CollapsibleFormSection Members
Include Protected Members
Include Inherited Members
Specifies a collapsible section of a user input form on a Web control.
The CollapsibleFormSection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CollapsibleFormSection | Initializes a new instance of the CollapsibleFormSection class. |
Top
Properties
Name | Description | |
---|---|---|
Adapter | (Inherited from Control.) | |
Application | (Inherited from UserControl.) | |
AppRelativeTemplateSourceDirectory | (Inherited from Control.) | |
AppRelativeVirtualPath | (Inherited from TemplateControl.) | |
Attributes | (Inherited from UserControl.) | |
AutoHandlers | Obsolete. (Inherited from TemplateControl.) | |
BindingContainer | (Inherited from Control.) | |
Cache | (Inherited from UserControl.) | |
CachePolicy | (Inherited from UserControl.) | |
ChildControlsCreated | (Inherited from Control.) | |
ClientID | (Inherited from Control.) | |
ClientIDSeparator | (Inherited from Control.) | |
Collapsed | Gets or sets the value that determines whether the form section is collapsed. | |
Context | (Inherited from Control.) | |
Controls | (Inherited from Control.) | |
DesignMode | (Inherited from Control.) | |
EnableTheming | (Inherited from TemplateControl.) | |
EnableViewState | (Inherited from Control.) | |
Events | (Inherited from Control.) | |
HasChildViewState | (Inherited from Control.) | |
ID | (Inherited from Control.) | |
IdSeparator | (Inherited from Control.) | |
ImageClientId | Gets the ImageClientId for the ImgHideShow field. | |
IsChildControlStateCleared | (Inherited from Control.) | |
IsPostBack | (Inherited from UserControl.) | |
IsTrackingViewState | (Inherited from Control.) | |
IsViewStateEnabled | (Inherited from Control.) | |
LoadViewStateByID | (Inherited from Control.) | |
NamingContainer | (Inherited from Control.) | |
Page | (Inherited from Control.) | |
Parent | (Inherited from Control.) | |
Request | (Inherited from UserControl.) | |
Response | (Inherited from UserControl.) | |
Server | (Inherited from UserControl.) | |
Session | (Inherited from UserControl.) | |
Site | (Inherited from Control.) | |
SkinID | (Inherited from Control.) | |
Style | Gets or sets an inline style for the collapsible form section. | |
SupportAutoEvents | (Inherited from TemplateControl.) | |
Template_Controls | Gets or sets the template that defines the behavior for populating the CollapsibleFormSection control. | |
Template_Title | Gets or sets the title of the template. | |
TemplateControl | (Inherited from Control.) | |
TemplateSourceDirectory | (Inherited from Control.) | |
Title | Gets or sets the value for the title of the collapsible form section. | |
Trace | (Inherited from UserControl.) | |
UniqueID | (Inherited from Control.) | |
ViewState | (Inherited from Control.) | |
ViewStateIgnoresCase | (Inherited from Control.) | |
Visible | (Inherited from Control.) |
Top
Methods
Top
Events
Name | Description | |
---|---|---|
AbortTransaction | (Inherited from TemplateControl.) | |
CommitTransaction | (Inherited from TemplateControl.) | |
DataBinding | (Inherited from Control.) | |
Disposed | (Inherited from Control.) | |
Error | (Inherited from TemplateControl.) | |
Init | (Inherited from Control.) | |
Load | (Inherited from Control.) | |
PreRender | (Inherited from Control.) | |
Unload | (Inherited from Control.) |
Top
Fields
Name | Description | |
---|---|---|
ImgHideShow | The image displayed in the user interface that prompts the user to hide or show the collapsible form section. | |
LiteralTitle | A Literal object that displays the title of the collapsible form section. | |
PlaceHolderControls | A Placeholder object that stores dynamically added server controls in the collapsible form section. | |
PlaceHolderTitle | A Placeholder object that stores a dynamically added title for the collapsible form section. |
Top
Explicit Interface Implementations
Top