Skip to main content

MasterDetailPageContent.MasterPaneMinWidthInSideBySideState Property

Gets or sets the minimum width, in pixels, of the master pane in the SideBySide display mode.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double MasterPaneMinWidthInSideBySideState { get; set; }

Property Value

Type Description
Double

A double value that specifies the minimum width, in pixels, of the master pane in the SideBySide display mode.

Remarks

If the MasterDetailPageContent.EnableSplitter property is set to true, end-users can change the relative width of the master and content areas. The MasterPaneMinWidthInSideBySideState and MasterDetailPageContent.MasterPaneMaxWidthInSideBySideState properties specify the limits within which end-users can resize these areas. The MasterDetailPageContent.MasterPaneWidthInSideBySideState property specifies the current width of the master pane.

If the MasterDetailPageContent.ViewState propery is set to MasterDetailPageContentViewState.Stacked, the MasterPaneMinWidthInSideBySideState property is not in effect.

See Also