Skip to main content
A newer version of this page is available. .

RibbonControl.GetMinHeight() Method

Returns the minimum allowed height of the Ribbon Control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public virtual int GetMinHeight()

Returns

Type Description
Int32

An integer value that specifies the minimum allowed height of the Ribbon Control.

See Also