Back to Devexpress

WindowsUIButtonPanel.ButtonInterval Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-windowsuibuttonpanel-c93bb135.md

latest2.0 KB
Original Source

WindowsUIButtonPanel.ButtonInterval Property

Gets or sets the interval between neighboring WindowsUIButtons within the current WindowsUIButtonPanel.

Namespace : DevExpress.XtraBars.Docking2010

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(10)]
[DXCategory("Layout")]
public int ButtonInterval { get; set; }
vb
<DefaultValue(10)>
<DXCategory("Layout")>
Public Property ButtonInterval As Integer

Property Value

TypeDefaultDescription
Int3210

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

Buttons

WindowsUIButtonPanel Class

WindowsUIButtonPanel Members

DevExpress.XtraBars.Docking2010 Namespace