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

TileBar.DropDownButtonWidth Property

Gets or sets the width of the dropdown button displayed within items, when they are associated with dropdown controls via the TileBarItem.DropDownControl property.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DefaultValue(25)]
public int DropDownButtonWidth { get; set; }

#Property Value

Type Default Description
Int32 25

The width of dropdown buttons, in pixels.

#Remarks

Each item can be associated with a dropdown control using the TileBarItem.DropDownControl property. These items display dropdown buttons that allow an end-user to invoke the associated dropdown controls. The width of the dropdown buttons is specified by the DropDownButtonWidth property.

See Also