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

ContextButtonBase.Height Property

Gets or sets the button height.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[DXCategory("Layout")]
[DefaultValue(0)]
public int Height { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the button height.

Remarks

By default, the button size is automatically calculated based on the sizes of the button glyph (see ContextItem.Glyph), caption (see ContextButtonBase.Caption) and padding (see ContextButtonBase.Padding). The ContextButtonBase.Width and Height properties allow you to override the automatically calculated values with custom ones.

See Also