Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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;
///
/// Defines the properties and methods of the class.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class TableSectionStyle : Style {
///
///
/// Gets or sets the visibility of the table section.
///
///
[
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.
//
//-----------------------------------------------------------------------------
namespace System.Web.UI.WebControls {
using System.ComponentModel;
using System.Security.Permissions;
///
/// Defines the properties and methods of the class.
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class TableSectionStyle : Style {
///
///
/// Gets or sets the visibility of the table section.
///
///
[
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- WebPartVerbsEventArgs.cs
- BitmapEffectDrawingContent.cs
- BitConverter.cs
- ChannelSinkStacks.cs
- ValidationHelper.cs
- util.cs
- HtmlGenericControl.cs
- ErrorFormatter.cs
- FileSecurity.cs
- ValidatingPropertiesEventArgs.cs
- SelectingProviderEventArgs.cs
- DtrList.cs
- ExpressionCopier.cs
- SparseMemoryStream.cs
- TextDecorationLocationValidation.cs
- GraphicsState.cs
- CodeDelegateCreateExpression.cs
- UnsignedPublishLicense.cs
- WebPartConnectionsDisconnectVerb.cs
- TextPointerBase.cs
- AssertSection.cs
- CachedFontFace.cs
- Stopwatch.cs
- Query.cs
- TextTreePropertyUndoUnit.cs
- HandoffBehavior.cs
- LocalClientSecuritySettings.cs
- DrawingAttributesDefaultValueFactory.cs
- IndexerNameAttribute.cs
- QilInvokeLateBound.cs
- DbConnectionHelper.cs
- ProfileSection.cs
- UmAlQuraCalendar.cs
- PageContentCollection.cs
- _FtpDataStream.cs
- HttpAsyncResult.cs
- SmtpSection.cs
- StreamSecurityUpgradeInitiator.cs
- HtmlAnchor.cs
- DeleteStoreRequest.cs
- VisualBrush.cs
- WebPartCloseVerb.cs
- ExpressionBindingCollection.cs
- Pkcs7Recipient.cs
- RSAPKCS1SignatureDeformatter.cs
- VariantWrapper.cs
- ContextMenuAutomationPeer.cs
- SerTrace.cs
- ListenerServiceInstallComponent.cs
- TextPointerBase.cs
- NameValuePair.cs
- ToolboxComponentsCreatedEventArgs.cs
- COM2PictureConverter.cs
- NonParentingControl.cs
- TcpAppDomainProtocolHandler.cs
- TextChange.cs
- RuntimeConfigLKG.cs
- SpeakProgressEventArgs.cs
- BCLDebug.cs
- ConnectionManagementSection.cs
- HierarchicalDataBoundControlAdapter.cs
- CharEnumerator.cs
- State.cs
- FilteredAttributeCollection.cs
- Typeface.cs
- SqlNotificationRequest.cs
- XPathAxisIterator.cs
- StringBlob.cs
- XmlStreamStore.cs
- NativeMethods.cs
- VersionPair.cs
- SemanticTag.cs
- Timeline.cs
- BoundColumn.cs
- DbConnectionPool.cs
- NewExpression.cs
- EmptyControlCollection.cs
- UnsafeNativeMethodsPenimc.cs
- DateTimeFormatInfo.cs
- WebProxyScriptElement.cs
- ExtendedProtectionPolicy.cs
- MarkupCompilePass2.cs
- DataBindingHandlerAttribute.cs
- RankException.cs
- AnimatedTypeHelpers.cs
- DecoderReplacementFallback.cs
- CompilationLock.cs
- DataGridToolTip.cs
- ProfileSection.cs
- ArithmeticException.cs
- ServiceInfo.cs
- RegexFCD.cs
- Aggregates.cs
- Label.cs
- ApplyTemplatesAction.cs
- StrokeNodeData.cs
- CollectionContainer.cs
- LicenseException.cs
- SqlIdentifier.cs
- AuthenticationConfig.cs