MasterDetailPageContent.StackedStateThreshold Property
Gets or sets the width, in pixels, at which the Master-Detail Pattern is automatically displayed in the Stacked state.
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 width, in pixels, at which the Stacked state is automatically enabled. |
Remarks
The MasterDetailPageContent.ThresholdMode property specifies whether the stacked state threshold is the total width or the width of the detail pane contents.
The StackedStateThreshold property is only in effect if the MasterDetailPageContent.EnableAdaptiveLayout property is set to true.
See Also