Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } } }/// 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
- DesignParameter.cs
- ConstraintEnumerator.cs
- GridViewRowCollection.cs
- ContentElement.cs
- UnsignedPublishLicense.cs
- LOSFormatter.cs
- _BufferOffsetSize.cs
- ConfigErrorGlyph.cs
- ReadOnlyHierarchicalDataSource.cs
- DbConnectionPoolGroup.cs
- RtfFormatStack.cs
- ShaderRenderModeValidation.cs
- PointLightBase.cs
- SqlUnionizer.cs
- UpdateTracker.cs
- ContentOperations.cs
- HttpModuleAction.cs
- AccessedThroughPropertyAttribute.cs
- CompoundFileIOPermission.cs
- HostingEnvironmentSection.cs
- SmiContextFactory.cs
- DateTimeFormat.cs
- HashCodeCombiner.cs
- EntityDesignerBuildProvider.cs
- MarkupObject.cs
- TextShapeableCharacters.cs
- TextDpi.cs
- XmlSerializationReader.cs
- GeometryGroup.cs
- MetafileHeader.cs
- IdnMapping.cs
- RootBrowserWindow.cs
- SqlConnectionStringBuilder.cs
- SerializableAttribute.cs
- KeyConstraint.cs
- ButtonBaseAutomationPeer.cs
- ForEach.cs
- CompositeFontInfo.cs
- InternalUserCancelledException.cs
- PointCollection.cs
- ObjectDataSourceSelectingEventArgs.cs
- HostDesigntimeLicenseContext.cs
- TableLayout.cs
- TagPrefixInfo.cs
- X500Name.cs
- activationcontext.cs
- ClientApiGenerator.cs
- CqlWriter.cs
- TopClause.cs
- StylusPointProperty.cs
- GeometryHitTestResult.cs
- DataGridItemCollection.cs
- Transform3D.cs
- OdbcUtils.cs
- LocalIdKeyIdentifierClause.cs
- BooleanAnimationUsingKeyFrames.cs
- HtmlLinkAdapter.cs
- FormsAuthentication.cs
- ExpandSegmentCollection.cs
- ConstraintManager.cs
- InstallerTypeAttribute.cs
- SoapCodeExporter.cs
- DbQueryCommandTree.cs
- HebrewNumber.cs
- StringValidatorAttribute.cs
- PropertyChangeTracker.cs
- KoreanLunisolarCalendar.cs
- QuotedPrintableStream.cs
- LineBreak.cs
- DataPagerFieldItem.cs
- GCHandleCookieTable.cs
- LockRecoveryTask.cs
- XmlCompatibilityReader.cs
- SystemThemeKey.cs
- ConstructorNeedsTagAttribute.cs
- GridViewCellAutomationPeer.cs
- ObjectDataSourceDesigner.cs
- webeventbuffer.cs
- PackageProperties.cs
- DataPointer.cs
- StreamedFramingRequestChannel.cs
- ContentFilePart.cs
- ExpressionVisitorHelpers.cs
- ErrorWebPart.cs
- TextControl.cs
- SHA384.cs
- UriTemplateMatch.cs
- COM2AboutBoxPropertyDescriptor.cs
- BaseParaClient.cs
- XmlWrappingReader.cs
- UnescapedXmlDiagnosticData.cs
- LifetimeServices.cs
- ISO2022Encoding.cs
- SmiXetterAccessMap.cs
- CriticalExceptions.cs
- httpapplicationstate.cs
- TextTrailingWordEllipsis.cs
- ParagraphVisual.cs
- ReadOnlyDataSource.cs
- Cursor.cs