Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / 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. /// ///// 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
- ContractsBCL.cs
- MethodExpr.cs
- ModelItemImpl.cs
- BuildResult.cs
- ServicesUtilities.cs
- XmlNavigatorStack.cs
- FormView.cs
- WindowsPen.cs
- WizardForm.cs
- FrameworkContentElementAutomationPeer.cs
- CacheAxisQuery.cs
- LateBoundBitmapDecoder.cs
- formatstringdialog.cs
- UIElement3D.cs
- CompiledQueryCacheEntry.cs
- WebPartEditVerb.cs
- GeneralTransform2DTo3D.cs
- MetadataItemEmitter.cs
- Polygon.cs
- IsolatedStorage.cs
- Select.cs
- DataBindEngine.cs
- SqlDataReader.cs
- UniqueIdentifierService.cs
- LocatorPart.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- ImageIndexConverter.cs
- XomlCompilerError.cs
- cache.cs
- XmlBinaryWriterSession.cs
- AudioDeviceOut.cs
- SetterTriggerConditionValueConverter.cs
- Classification.cs
- DataGridRowEventArgs.cs
- SQLChars.cs
- UIElementCollection.cs
- cookiecontainer.cs
- ThreadExceptionDialog.cs
- WinOEToolBoxItem.cs
- SignatureHelper.cs
- Rotation3DAnimation.cs
- CompensatableTransactionScopeActivityDesigner.cs
- RelatedPropertyManager.cs
- SiteMembershipCondition.cs
- RightsManagementPermission.cs
- SafeNativeMethods.cs
- SqlParameterCollection.cs
- OciHandle.cs
- VisualBasicImportReference.cs
- Page.cs
- ManualResetEvent.cs
- X509SecurityToken.cs
- SqlUnionizer.cs
- ProfileManager.cs
- SqlUnionizer.cs
- MarshalDirectiveException.cs
- InstanceKeyNotReadyException.cs
- TextElementEnumerator.cs
- ReferencedAssembly.cs
- DataContext.cs
- ClientConvert.cs
- ControlBindingsConverter.cs
- ForeignKeyFactory.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- TraceContext.cs
- InplaceBitmapMetadataWriter.cs
- BatchServiceHost.cs
- DragDropManager.cs
- CaseExpr.cs
- XmlSchemaAttributeGroupRef.cs
- ActivityExecutorDelegateInfo.cs
- PowerEase.cs
- PackageRelationshipCollection.cs
- FacetChecker.cs
- GroupStyle.cs
- GeneralTransform3DTo2D.cs
- CustomAttributeFormatException.cs
- HttpWebRequest.cs
- DataListItem.cs
- FixedSOMSemanticBox.cs
- HttpCachePolicyElement.cs
- XPathBuilder.cs
- EncodingTable.cs
- SqlRowUpdatingEvent.cs
- WebControl.cs
- ObjectStateManager.cs
- SetterBase.cs
- QueryOperator.cs
- HeaderedContentControl.cs
- SqlDataAdapter.cs
- FontDialog.cs
- RenderDataDrawingContext.cs
- InputLanguageEventArgs.cs
- sqlinternaltransaction.cs
- ExpressionBindings.cs
- RegisteredExpandoAttribute.cs
- ConfigurationElementProperty.cs
- EdmConstants.cs
- BufferModesCollection.cs
- GiveFeedbackEvent.cs