MasterDetailPageContent.SplitterMode Property
In This Article
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
public MasterDetailPageContentSplitterMode SplitterMode { get; set; }
#Property Value
Type | Description |
---|---|
Master |
A Master |
Available values:
Name | Description |
---|---|
Overlay |
The splitter does not have a visual representation. |
Overlay |
The splitter is represented by a grey bar when hovered. |
See Also