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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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