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.Width Property

Specifies the width of a button.

#Declaration

Delphi
property Width; default 0;

#Property Value

Type Default
Integer 0

#Remarks

The default Width value is 0. It indicates that button’s width is calculated automatically.

Set the Width property greater than 0 to specify the precise width of a button. In this instance, the caption or glyph will be clipped if its length is greater than the Width property value. If the Width property changes, the WidthChanged method is called.

See Also