Skip to main content
A newer version of this page is available. .

MasterDetailPageContentViewState Enum

Lists values that specify the current display mode.

Namespace: DevExpress.UI.Xaml.Layout

Assembly: DevExpress.UI.Xaml.Layout.v18.2.dll

Declaration

public enum MasterDetailPageContentViewState

Members

Name Description
Stacked

The master pane takes all the available space. When a selection is made, the detail pane gets all the available space.

SideBySide

Both the master and detail panes are shown simultaneously.

Related API Members

The following properties accept/return MasterDetailPageContentViewState values:

Remarks

Values listed by this enumeration are used to set the value of the MasterDetailPageContent.ViewState property.

See Also