Back to Devexpress

TileBar.DropDownButtonWidth Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-65c1534c.md

latest1.9 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(25)]
public int DropDownButtonWidth { get; set; }
vb
<DefaultValue(25)>
Public Property DropDownButtonWidth As Integer

Property Value

TypeDefaultDescription
Int3225

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

DropDownControl

ShowDropDownButton

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace