The members of System.Web.UI.WebControls.MultiView are listed below.
See Also: Inherited members from System.Web.UI.Control
Initializes a new instance of the System.Web.UI.WebControls.MultiView class. |
static readonly | NextViewCommandName | string.
Represents the command name associated with the next System.Web.UI.WebControls.View control to display in a System.Web.UI.WebControls.MultiView control. This field is read-only. |
static readonly | PreviousViewCommandName | string.
Represents the command name associated with the previous System.Web.UI.WebControls.View control to display in a System.Web.UI.WebControls.MultiView control. This field is read-only. |
static readonly | SwitchViewByIDCommandName | string.
Represents the command name associated with changing the active System.Web.UI.WebControls.View control in a System.Web.UI.WebControls.MultiView control, based on a specified System.Web.UI.WebControls.View id. This field is read-only. |
static readonly | SwitchViewByIndexCommandName | string.
Represents the command name associated with changing the active System.Web.UI.WebControls.View control in a System.Web.UI.WebControls.MultiView control based on a specified System.Web.UI.WebControls.View index. This field is read-only. |
ActiveViewIndex | int.
Gets or sets the index of the active System.Web.UI.WebControls.View control within a System.Web.UI.WebControls.MultiView control. | |
EnableTheming | bool.
Gets or sets a value indicating whether themes apply to the System.Web.UI.WebControls.MultiView control. | |
[read-only] | Views | ViewCollection.
Gets the collection of System.Web.UI.WebControls.View controls in the System.Web.UI.WebControls.MultiView control. |
GetActiveView()
| ||
SetActiveView(View)
|
ActiveViewChanged |
Occurs when the active System.Web.UI.WebControls.View control of a System.Web.UI.WebControls.MultiView control changes between posts to the server. |