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