Skip to main content

MasterDetailPageContentThresholdMode Enum

Lists values that specify 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 enum MasterDetailPageContentThresholdMode

Members

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.

Related API Members

The following properties accept/return MasterDetailPageContentThresholdMode values:

Remarks

Values listed by this enumeration are used to set the value of the MasterDetailPageContent.ThresholdMode property.

See Also