Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved./// 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
- BoundField.cs
- _ShellExpression.cs
- ProxyDataContractResolver.cs
- WebEvents.cs
- LocalValueEnumerator.cs
- ComponentCommands.cs
- BitmapScalingModeValidation.cs
- EmptyEnumerable.cs
- FontStretches.cs
- _TransmitFileOverlappedAsyncResult.cs
- SpoolingTask.cs
- ProgressChangedEventArgs.cs
- TraceContext.cs
- CompositeFontFamily.cs
- TraceLevelHelper.cs
- GridViewSortEventArgs.cs
- BufferedGraphics.cs
- TcpProcessProtocolHandler.cs
- OdbcEnvironmentHandle.cs
- QueryAccessibilityHelpEvent.cs
- RbTree.cs
- MatchingStyle.cs
- IssuedTokenServiceCredential.cs
- Button.cs
- SafeViewOfFileHandle.cs
- GridViewColumnHeaderAutomationPeer.cs
- VisualStyleRenderer.cs
- XpsFilter.cs
- SessionPageStatePersister.cs
- PathSegmentCollection.cs
- UserNamePasswordValidator.cs
- DocumentPageHost.cs
- SqlNodeAnnotation.cs
- CmsInterop.cs
- DateTimeOffsetAdapter.cs
- Error.cs
- ByteStorage.cs
- ActivityValidationServices.cs
- DbSetClause.cs
- BitmapData.cs
- JavascriptCallbackResponseProperty.cs
- NativeMethodsOther.cs
- TextSerializer.cs
- DataViewSetting.cs
- VisualStyleElement.cs
- CssClassPropertyAttribute.cs
- DataChangedEventManager.cs
- HttpCookieCollection.cs
- FreezableDefaultValueFactory.cs
- DocumentViewerHelper.cs
- HttpProfileGroupBase.cs
- SiteOfOriginPart.cs
- CommandConverter.cs
- HTMLTagNameToTypeMapper.cs
- Compress.cs
- EditingScope.cs
- ToolboxItemCollection.cs
- WebServiceHandler.cs
- Control.cs
- GridViewCommandEventArgs.cs
- PerformanceCounterManager.cs
- Monitor.cs
- InternalConfigSettingsFactory.cs
- basecomparevalidator.cs
- HttpWebRequestElement.cs
- PowerStatus.cs
- GroupBoxAutomationPeer.cs
- RecordsAffectedEventArgs.cs
- ConfigXmlCDataSection.cs
- BulletedList.cs
- Invariant.cs
- SecurityTokenTypes.cs
- xmlglyphRunInfo.cs
- FormattedTextSymbols.cs
- HtmlValidatorAdapter.cs
- SQLDouble.cs
- QilReference.cs
- TimerElapsedEvenArgs.cs
- BamlReader.cs
- EUCJPEncoding.cs
- listitem.cs
- ProcessModelSection.cs
- NetCodeGroup.cs
- CodeBlockBuilder.cs
- ConnectionStringsExpressionBuilder.cs
- SiteMapDataSource.cs
- WmlSelectionListAdapter.cs
- MetadataReference.cs
- Hash.cs
- RpcCryptoRequest.cs
- TextAutomationPeer.cs
- DeadCharTextComposition.cs
- PrimitiveCodeDomSerializer.cs
- CompositeTypefaceMetrics.cs
- PropertyPath.cs
- XPathDocumentIterator.cs
- ResourceProperty.cs
- NamedObject.cs
- UserInitiatedNavigationPermission.cs
- MostlySingletonList.cs