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

TileBar.GroupTextToItemsIndent Property

Gets or sets the vertical distance between group captions and items.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[DefaultValue(6)]
public int GroupTextToItemsIndent { get; set; }

Property Value

Type Default Description
Int32 6

The vertical distance between group captions and items, in pixels.

See Also