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

MasterDetailPageContentSplitterMode Enum

Lists values that specify the visual representation of the splitter.

Namespace: DevExpress.UI.Xaml.Layout

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

Declaration

public enum MasterDetailPageContentSplitterMode

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