WindowsUIButtonPanel.ButtonInterval Property
Gets or sets the interval between neighboring WindowsUIButtons within the current WindowsUIButtonPanel.
Namespace: DevExpress.XtraBars.Docking2010
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | 10 | An Int32 value that is the interval between neighboring WindowsUIButtons within the current WindowsUIButtonPanel. |
Remarks
Use the ButtonInterval property to visually detach buttons stored in the WindowsUIButtonPanel.Buttons collection:
See Also