Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / TableSectionStyle.cs / 1305376 / TableSectionStyle.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System.ComponentModel; ////// 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; ////// 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
- ElementUtil.cs
- ArraySortHelper.cs
- ColorConvertedBitmap.cs
- SystemUdpStatistics.cs
- IDictionary.cs
- RsaKeyIdentifierClause.cs
- URLIdentityPermission.cs
- WarningException.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- ImageInfo.cs
- DownloadProgressEventArgs.cs
- FieldNameLookup.cs
- Span.cs
- ComNativeDescriptor.cs
- CellTreeSimplifier.cs
- DataGridViewColumnConverter.cs
- FixedElement.cs
- DropSource.cs
- XmlSchemaDocumentation.cs
- FixedSOMPage.cs
- MimeBasePart.cs
- BuildManager.cs
- regiisutil.cs
- FixedSOMTableRow.cs
- InputLanguageEventArgs.cs
- FreezableDefaultValueFactory.cs
- Version.cs
- NotifyIcon.cs
- Guid.cs
- Deserializer.cs
- HttpsHostedTransportConfiguration.cs
- SqlGatherProducedAliases.cs
- SqlNodeAnnotation.cs
- RemotingAttributes.cs
- XmlComment.cs
- HandlerFactoryWrapper.cs
- VisualStyleRenderer.cs
- SliderAutomationPeer.cs
- IriParsingElement.cs
- Annotation.cs
- TextBox.cs
- CompiledQuery.cs
- EnumValAlphaComparer.cs
- Privilege.cs
- PostBackOptions.cs
- SettingsSection.cs
- AttachInfo.cs
- XamlToRtfParser.cs
- ParenthesizePropertyNameAttribute.cs
- AssertUtility.cs
- ScaleTransform.cs
- PageCatalogPart.cs
- TextEffectResolver.cs
- AnyReturnReader.cs
- SafeHandles.cs
- DataGridColumnCollectionEditor.cs
- XPathAxisIterator.cs
- ToolStripItemImageRenderEventArgs.cs
- Rfc4050KeyFormatter.cs
- ConfigurationManagerInternalFactory.cs
- LoginCancelEventArgs.cs
- AssociationSet.cs
- ImageListUtils.cs
- TreePrinter.cs
- Calendar.cs
- UriSection.cs
- CompoundFileStreamReference.cs
- TaskDesigner.cs
- RegexCapture.cs
- SafeEventHandle.cs
- DataListItemCollection.cs
- SigningCredentials.cs
- _ProxyChain.cs
- SinglePageViewer.cs
- TextDecoration.cs
- OutKeywords.cs
- CreatingCookieEventArgs.cs
- SafeCloseHandleCritical.cs
- SqlFileStream.cs
- ICspAsymmetricAlgorithm.cs
- EnvironmentPermission.cs
- TreeView.cs
- PathFigureCollectionValueSerializer.cs
- BindingContext.cs
- SqlBuilder.cs
- TemplateBaseAction.cs
- OptionalMessageQuery.cs
- FormsAuthenticationUser.cs
- ClientSession.cs
- EncryptedKey.cs
- OrthographicCamera.cs
- DotExpr.cs
- DataServiceKeyAttribute.cs
- TraceRecords.cs
- transactioncontext.cs
- StopStoryboard.cs
- Assembly.cs
- updatecommandorderer.cs
- ChtmlTextWriter.cs
- GB18030Encoding.cs