Skip to main content

RibbonControl.GetMinHeight() Method

Returns the minimum allowed height of the Ribbon Control.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: 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