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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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