Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ClientConvert.cs
- DynamicObjectAccessor.cs
- DockPatternIdentifiers.cs
- InfiniteIntConverter.cs
- InkCanvasAutomationPeer.cs
- CodeAccessSecurityEngine.cs
- DeadCharTextComposition.cs
- SimpleRecyclingCache.cs
- SubclassTypeValidator.cs
- MetadataSource.cs
- FieldInfo.cs
- ConvertBinder.cs
- TypeRefElement.cs
- PropertyEmitter.cs
- PolyBezierSegment.cs
- Int64Animation.cs
- CaseCqlBlock.cs
- MatrixTransform3D.cs
- Solver.cs
- Popup.cs
- ParallelEnumerableWrapper.cs
- HttpWrapper.cs
- ZipPackage.cs
- DBProviderConfigurationHandler.cs
- SQLInt16Storage.cs
- OdbcReferenceCollection.cs
- HttpCacheParams.cs
- ListControlBuilder.cs
- SyndicationFeed.cs
- DataSet.cs
- StructuralCache.cs
- indexingfiltermarshaler.cs
- StreamResourceInfo.cs
- SerializationStore.cs
- Authorization.cs
- SecurityCriticalDataForSet.cs
- MessageDesigner.cs
- DocumentViewer.cs
- ToolStripDropDownItem.cs
- TargetParameterCountException.cs
- TextEditorCharacters.cs
- SystemEvents.cs
- CallbackException.cs
- FrameworkContentElement.cs
- ScriptingAuthenticationServiceSection.cs
- ProfilePropertyNameValidator.cs
- CharConverter.cs
- mediaeventshelper.cs
- ArglessEventHandlerProxy.cs
- DefaultObjectMappingItemCollection.cs
- Queue.cs
- CqlQuery.cs
- FlowNode.cs
- RecognitionResult.cs
- HitTestDrawingContextWalker.cs
- Funcletizer.cs
- VectorCollectionConverter.cs
- ToolStripPanelSelectionGlyph.cs
- DocumentViewer.cs
- ListBox.cs
- StorageEntityTypeMapping.cs
- DropDownHolder.cs
- WebDescriptionAttribute.cs
- XmlAttributeOverrides.cs
- TextStore.cs
- NameSpaceExtractor.cs
- ApplicationDirectoryMembershipCondition.cs
- NetMsmqBindingCollectionElement.cs
- PolicyLevel.cs
- NativeCompoundFileAPIs.cs
- CategoryNameCollection.cs
- SizeAnimation.cs
- SapiRecoContext.cs
- SByteStorage.cs
- HebrewNumber.cs
- DataTemplate.cs
- HeaderedItemsControl.cs
- SortKey.cs
- DataGridViewTopRowAccessibleObject.cs
- ElapsedEventArgs.cs
- XmlSortKey.cs
- FormClosedEvent.cs
- KnownBoxes.cs
- HitTestResult.cs
- SiteMapNodeCollection.cs
- XmlSchemaInfo.cs
- ImportContext.cs
- ProcessHost.cs
- SettingsPropertyValueCollection.cs
- GZipStream.cs
- ProjectionCamera.cs
- Visual3DCollection.cs
- ConsumerConnectionPoint.cs
- XmlSchemaNotation.cs
- DataGridViewCellPaintingEventArgs.cs
- AddingNewEventArgs.cs
- OutputScopeManager.cs
- HtmlElementEventArgs.cs
- SQLMoney.cs
- AmbientValueAttribute.cs