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

TdxBarManager.LargeButtonArrowWidth Property

Specifies the width of dropdown buttons which belong to the current bar manager’s large buttons in pixels.

#Declaration

Delphi
property LargeButtonArrowWidth: Integer read; write; default dxBarDefaultLargeButtonArrowWidth;

#Property Value

Type Default
Integer dxBarDefaultLargeButtonArrowWidth

#Remarks

A user can change the default style of a large button via the ButtonStyle property. If the bsDropDown or bsCheckedDropDown value is set to this property a dropdown button is drawn on the right of the button. Use the LargeButtonArrowWidth property to get or set the width of the dropdown buttons which belong to the buttons of the TdxBarLargeButton type.

In the following table a dropdown button with different values for the LargeButtonArrowWidth property is displayed.

Value Image
15
25

When painting, the width of dropdown buttons can be increased or decreased depending upon the bar manager’s style. Get the actual width of dropdown buttons using a painter’s RealLargeButtonArrowWidth class function.

Note

The assigned value must be more than 2.

The default value of the LargeButtonArrowWidth property is specified by the dxBarDefaultLargeButtonArrowWidth constant.

See Also