Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

Declaration

int? ButtonInterval { get; set; }

Property Value

Type Description
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