Skip to main content

TileBar.GroupTextToItemsIndent Property

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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