Skip to main content

TileBar.IndentBetweenItems Property

Gets or sets the distance between neighboring TileBarItems.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(13)]
public int IndentBetweenItems { get; set; }

Property Value

Type Default Description
Int32 13

The distance between neighboring items, in pixels.

See Also