Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxBarLargeButton.Height Property

Specifies button height.

#Declaration

Delphi
property Height: Integer read; write; default 0;

#Property Value

Type Default
Integer 0

#Remarks

Use this property to set or access the vertical size of TdxBarLargeButton. The default Height value is 0. In this instance, height of the linked item control will be calculated automatically.

Set the Height property to a value greater than 0 to specify precise height of a button. In this instance, the caption or glyph will be clipped if the height is greater than the Height property value.

See Also