Skip to main content

MasterDetailPageContent.ThresholdMode Property

Gets or sets whether the stacked state threshold is the total width of master and content panes or the width of the content pane.

Namespace: DevExpress.UI.Xaml.Layout

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

NuGet Package: DevExpress.Uwp.Controls

Declaration

public MasterDetailPageContentThresholdMode ThresholdMode { get; set; }

Property Value

Type Description
MasterDetailPageContentThresholdMode

A MasterDetailPageContentThresholdMode enumeration value.

Available values:

Name Description
Content

The stacked state threshold is the width of the content pane.

Self

The stacked state threshold is the total width of master and content panes.

Remarks

The MasterDetailPageContent.StackedStateThreshold property specifies the width, in pixels, at which the Master-Detail Pattern is automatically displayed in the Stacked state.

The ThresholdMode property is only in effect if the MasterDetailPageContent.EnableAdaptiveLayout property is set to true.

See Also