MasterDetailPageContentSplitterMode Enum
Lists values that specify the visual representation of the splitter.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
Members
Name | Description |
---|---|
OverlayHidden
|
The splitter does not have a visual representation. |
OverlayVisible
|
The splitter is represented by a grey bar when hovered. |
Related API Members
The following properties accept/return MasterDetailPageContentSplitterMode values:
Remarks
Values listed by this enumeration are used to set the value of the MasterDetailPageContent.SplitterMode property.
See Also