Skip to main content
A newer version of this page is available. .

BaseContentContainer.ButtonInterval Property

Gets or sets the distance between neighboring WindowsUI Buttons in the current Content Container.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(21)]
public virtual int ButtonInterval { get; set; }

Property Value

Type Default Description
Int32 21

An Int32 value that specifies the distance between neighboring Custom Buttons in the current Content Container.

Remarks

See the WindowsUI Buttons topic to learn more.

See Also