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
- OleDbConnectionInternal.cs
- HtmlForm.cs
- MatrixConverter.cs
- QueryInterceptorAttribute.cs
- FormViewDeleteEventArgs.cs
- MenuItemStyleCollectionEditor.cs
- ObjectViewFactory.cs
- XmlTextReader.cs
- ControlIdConverter.cs
- ByteRangeDownloader.cs
- DocumentGridPage.cs
- Scene3D.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- Compiler.cs
- ReadOnlyCollectionBase.cs
- StatusCommandUI.cs
- autovalidator.cs
- PackageDigitalSignatureManager.cs
- TreeView.cs
- HtmlInputImage.cs
- ToolStripContentPanelRenderEventArgs.cs
- InternalTypeHelper.cs
- Span.cs
- LinearGradientBrush.cs
- DataListItemCollection.cs
- PackageRelationship.cs
- HtmlShim.cs
- ContextMenuStripGroupCollection.cs
- OleDbTransaction.cs
- DisplayMemberTemplateSelector.cs
- TargetConverter.cs
- ChtmlTextWriter.cs
- EmptyEnumerable.cs
- TemplateApplicationHelper.cs
- URLAttribute.cs
- HttpException.cs
- SimpleExpression.cs
- PrintPageEvent.cs
- RealizedColumnsBlock.cs
- TreeNodeEventArgs.cs
- Soap11ServerProtocol.cs
- AsyncResult.cs
- CryptoStream.cs
- TabRenderer.cs
- PoisonMessageException.cs
- KeyFrames.cs
- DefinitionBase.cs
- PreservationFileReader.cs
- PeerNameRecord.cs
- TextBoxBase.cs
- LinearGradientBrush.cs
- ExplicitDiscriminatorMap.cs
- TimeSpan.cs
- PopOutPanel.cs
- FileUpload.cs
- HttpCookiesSection.cs
- ClockGroup.cs
- ThrowHelper.cs
- CollectionChangedEventManager.cs
- DesignerAttribute.cs
- ClockController.cs
- ErrorActivity.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- RayHitTestParameters.cs
- XmlNodeReader.cs
- ApplicationDirectory.cs
- PartitionResolver.cs
- LoginNameDesigner.cs
- ExtensionDataObject.cs
- SessionSymmetricTransportSecurityProtocolFactory.cs
- WindowsListView.cs
- ColumnCollectionEditor.cs
- ModifierKeysConverter.cs
- Parser.cs
- FormatterServices.cs
- TextTreeTextBlock.cs
- XmlSchemaType.cs
- DetailsViewCommandEventArgs.cs
- TraceHandlerErrorFormatter.cs
- _DisconnectOverlappedAsyncResult.cs
- COM2IDispatchConverter.cs
- PointConverter.cs
- ServiceDescription.cs
- NativeBuffer.cs
- XmlDesigner.cs
- WebPartConnectionCollection.cs
- TimeSpanMinutesConverter.cs
- SQLBytesStorage.cs
- XmlElement.cs
- SubclassTypeValidator.cs
- DataSpaceManager.cs
- ColumnTypeConverter.cs
- RTTrackingProfile.cs
- COM2ExtendedUITypeEditor.cs
- UpdatePanelTriggerCollection.cs
- SmiEventSink_DeferedProcessing.cs
- ServiceProviders.cs
- PrePostDescendentsWalker.cs
- HtmlLiteralTextAdapter.cs
- NullableIntSumAggregationOperator.cs