Back to Devexpress

IDocumentSelectorDefaultProperties.ButtonInterval Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-idocumentselectordefaultproperties-0e1d3f5f.md

latest2.1 KB
Original Source

IDocumentSelectorDefaultProperties.ButtonInterval Property

Gets or sets the distance between document buttons within the PageGroup and TabbedGroup containers.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
int? ButtonInterval { get; set; }
vb
Property ButtonInterval As Integer?

Property Value

TypeDescription
Nullable<Int32>

An Int32 value that is the distance between document buttons within the PageGroup and TabbedGroup containers.

|

Remarks

If the ButtonInterval property is not specified, the distance between buttons is managed by the IDocumentSelectorProperties.ButtonInterval property.

See Also

IDocumentSelectorDefaultProperties Interface

IDocumentSelectorDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace