MasterDetailPageContent.SplitterMode Property
Gets or sets the splitter’s display mode.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Property Value
Type | Description |
---|---|
MasterDetailPageContentSplitterMode | A MasterDetailPageContentSplitterMode enumeration value. |
Available values:
Name | Description |
---|---|
OverlayHidden | The splitter does not have a visual representation. |
OverlayVisible | The splitter is represented by a grey bar when hovered. |
See Also