Skip to main content

OptionsAdaptiveLayout.GetInlineModeThreshold() Method

Returns the OptionsAdaptiveLayout.InlineModeThreshold property value scaled according to the current DPI setting.

Namespace: DevExpress.XtraBars.FluentDesignSystem

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual int GetInlineModeThreshold()

Returns

Type Description
Int32

An integer value of the form’s width, in pixels, at which the menu’s display mode is switched between Inline and Overlay modes scaled according to the current DPI setting.

See Also