System.Web.UI.WebControls.MultiView: Field Members

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

Public Fields

static readonly
NextViewCommandNamestring.

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
PreviousViewCommandNamestring.

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
SwitchViewByIDCommandNamestring.

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
SwitchViewByIndexCommandNamestring.

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.