MasterDetailPageContent.MasterPaneWidthInSideBySideState Property
Gets or sets the current 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
Property Value
Type | Description |
---|---|
Double | A double value that specifies the current 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 MasterDetailPageContent.MasterPaneMinWidthInSideBySideState and MasterDetailPageContent.MasterPaneMaxWidthInSideBySideState properties specify the limits within which end-users can resize these areas. The MasterPaneWidthInSideBySideState property specifies the current width of the master pane.
If the MasterDetailPageContent.ViewState propery is set to MasterDetailPageContentViewState.Stacked, the MasterPaneWidthInSideBySideState property is not in effect.