The fields of System.Web.UI.WebControls.MultiView are listed below. For a list of all members, see the MultiView Members list.
See Also: Inherited members from System.Web.UI.Control
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. |