MasterDetailPageContentViewState Enum
In This Article
Lists values that specify the current display mode.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#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. |
Side
|
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