Skip to main content

MasterDetailPageContent.EnableSplitter Property

Gets or sets whether to enable the splitter that allows end-users to change the relative width of the master and content areas. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public bool EnableSplitter { get; set; }

Property Value

Type Description
Boolean

true, to display the splitter; otherwise, false.

Remarks

The splitter can only be shown if the MasterDetailPageContent.ViewState property is set to SideBySide.

The MasterDetailPageContent.MasterPaneMinWidthInSideBySideState and MasterDetailPageContent.MasterPaneMaxWidthInSideBySideState properties specify the limits within which end-users can resize the master and content areas. The MasterDetailPageContent.MasterPaneWidthInSideBySideState property specifies the current width of the master pane.

See Also