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
- RegionInfo.cs
- XmlSchemaValidator.cs
- ProviderMetadata.cs
- ValueSerializer.cs
- HtmlTableRow.cs
- BindingMemberInfo.cs
- RelatedPropertyManager.cs
- CompositeFontFamily.cs
- MatrixTransform.cs
- ScrollBar.cs
- SqlTriggerContext.cs
- DataGridViewCellPaintingEventArgs.cs
- ADConnectionHelper.cs
- SourceFilter.cs
- ExtensionSurface.cs
- FixedTextContainer.cs
- DBConnectionString.cs
- ConnectionManagementElementCollection.cs
- SoapExtensionTypeElement.cs
- ApplicationSecurityManager.cs
- FatalException.cs
- UIElementAutomationPeer.cs
- DetailsViewPagerRow.cs
- xmlglyphRunInfo.cs
- TrackingStringDictionary.cs
- ServiceModelTimeSpanValidator.cs
- Pts.cs
- CreateUserWizard.cs
- Point3DCollection.cs
- ProviderSettings.cs
- TreeNodeSelectionProcessor.cs
- TabPanel.cs
- BridgeDataRecord.cs
- IRCollection.cs
- util.cs
- GenericAuthenticationEventArgs.cs
- MonitorWrapper.cs
- GatewayIPAddressInformationCollection.cs
- MaterializeFromAtom.cs
- ChangeDirector.cs
- GeometryDrawing.cs
- IdleTimeoutMonitor.cs
- ResXBuildProvider.cs
- HwndStylusInputProvider.cs
- NumericUpDownAcceleration.cs
- RadioButtonPopupAdapter.cs
- SelectionUIHandler.cs
- XmlException.cs
- ControlTemplate.cs
- SubtreeProcessor.cs
- PipelineComponent.cs
- OutputWindow.cs
- DataGridViewTextBoxEditingControl.cs
- GenericEnumerator.cs
- WaitHandle.cs
- TransactionScopeDesigner.cs
- Span.cs
- DispatcherEventArgs.cs
- Localizer.cs
- VirtualDirectoryMapping.cs
- UniqueIdentifierService.cs
- GotoExpression.cs
- TraceHandler.cs
- LicenseException.cs
- CodeCatchClause.cs
- CqlBlock.cs
- RadioButton.cs
- DocComment.cs
- AssertSection.cs
- DefaultClaimSet.cs
- DataTableMapping.cs
- ToolStripAdornerWindowService.cs
- HttpBindingExtension.cs
- BackStopAuthenticationModule.cs
- ViewManager.cs
- FileRecordSequenceCompletedAsyncResult.cs
- TogglePattern.cs
- XsltSettings.cs
- TabOrder.cs
- WindowsAuthenticationEventArgs.cs
- CommandSet.cs
- Cursor.cs
- TextServicesDisplayAttributePropertyRanges.cs
- WebPartCatalogCloseVerb.cs
- ExpressionLexer.cs
- HotSpotCollection.cs
- PropertyPathWorker.cs
- ScriptModule.cs
- WebPartEditorApplyVerb.cs
- Size.cs
- SelectionListComponentEditor.cs
- DataControlExtensions.cs
- NativeMethodsCLR.cs
- DeviceContexts.cs
- DependencySource.cs
- SortDescriptionCollection.cs
- SecurityResources.cs
- IdleTimeoutMonitor.cs
- ParenthesizePropertyNameAttribute.cs
- LogEntryHeaderSerializer.cs