Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebControls / TableSectionStyle.cs / 1 / TableSectionStyle.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class TableSectionStyle : Style { ///Defines the properties and methods of the ///class. /// [ WebCategory("Behavior"), DefaultValue(true), WebSysDescription(SR.TableSectionStyle_Visible), NotifyParentProperty(true) ] public bool Visible { get { object visible = ViewState["Visible"]; return ((visible == null) ? true : (bool)visible); } set { ViewState["Visible"] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets the visibility of the table section. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class TableSectionStyle : Style { ///Defines the properties and methods of the ///class. /// [ WebCategory("Behavior"), DefaultValue(true), WebSysDescription(SR.TableSectionStyle_Visible), NotifyParentProperty(true) ] public bool Visible { get { object visible = ViewState["Visible"]; return ((visible == null) ? true : (bool)visible); } set { ViewState["Visible"] = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets the visibility of the table section. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MetadataSerializer.cs
- RequestCachePolicyConverter.cs
- GeometryGroup.cs
- TickBar.cs
- PropertyToken.cs
- SkipStoryboardToFill.cs
- VariableQuery.cs
- ServiceMetadataExtension.cs
- RijndaelManagedTransform.cs
- ConvertersCollection.cs
- DataViewManager.cs
- ControlDesigner.cs
- SByteStorage.cs
- EntityDataSourceDesigner.cs
- DnsCache.cs
- SerializationStore.cs
- LineInfo.cs
- Image.cs
- DataTemplate.cs
- PersonalizationDictionary.cs
- ImageMapEventArgs.cs
- EdmSchemaError.cs
- ListDependantCardsRequest.cs
- MarkupWriter.cs
- ModelTreeEnumerator.cs
- PerformanceCounters.cs
- RemotingConfigParser.cs
- DataMemberListEditor.cs
- LostFocusEventManager.cs
- MemoryFailPoint.cs
- RegionIterator.cs
- IDReferencePropertyAttribute.cs
- Int32AnimationUsingKeyFrames.cs
- PackWebResponse.cs
- CodeCatchClauseCollection.cs
- DelegateSerializationHolder.cs
- FlowDocumentScrollViewer.cs
- HorizontalAlignConverter.cs
- VarRefManager.cs
- CommonXSendMessage.cs
- StoreContentChangedEventArgs.cs
- PointAnimationClockResource.cs
- IPAddress.cs
- SemanticKeyElement.cs
- BindingContext.cs
- SqlFlattener.cs
- TypeConverterHelper.cs
- ParseHttpDate.cs
- WebPartPersonalization.cs
- LocalizedNameDescriptionPair.cs
- LexicalChunk.cs
- FileCodeGroup.cs
- StateItem.cs
- XmlUtil.cs
- EventBookmark.cs
- FillErrorEventArgs.cs
- CharAnimationUsingKeyFrames.cs
- WebEventTraceProvider.cs
- CodeMemberField.cs
- ExpressionBuilder.cs
- XmlTextReaderImplHelpers.cs
- TableRowGroupCollection.cs
- Utilities.cs
- TextRangeEdit.cs
- StylusOverProperty.cs
- InvalidAsynchronousStateException.cs
- __ComObject.cs
- ReverseInheritProperty.cs
- RemoteDebugger.cs
- DataBoundControlHelper.cs
- FlowchartStart.xaml.cs
- ConnectionInterfaceCollection.cs
- TypeUtil.cs
- XmlRawWriter.cs
- ImageMap.cs
- _SafeNetHandles.cs
- _NetworkingPerfCounters.cs
- MemberDomainMap.cs
- WrapPanel.cs
- DynamicDocumentPaginator.cs
- CodeGen.cs
- FormViewAutoFormat.cs
- DataGridHelper.cs
- MenuRendererStandards.cs
- ModelItemDictionaryImpl.cs
- TargetParameterCountException.cs
- ArglessEventHandlerProxy.cs
- HandleValueEditor.cs
- BackStopAuthenticationModule.cs
- AdPostCacheSubstitution.cs
- DotExpr.cs
- PersonalizationDictionary.cs
- FaultContext.cs
- SqlBinder.cs
- TextChangedEventArgs.cs
- RawStylusSystemGestureInputReport.cs
- CfgParser.cs
- FormatPage.cs
- XPathConvert.cs
- RuleAction.cs