Back to Devexpress

TileBar.GroupTextToItemsIndent Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilebar-993a05f1.md

latest1.5 KB
Original Source

TileBar.GroupTextToItemsIndent Property

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

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(6)]
public int GroupTextToItemsIndent { get; set; }
vb
<DefaultValue(6)>
Public Property GroupTextToItemsIndent As Integer

Property Value

TypeDefaultDescription
Int326

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

|

See Also

TileBarGroup

Text

IndentBetweenItems

IndentBetweenGroups

TileBar Class

TileBar Members

DevExpress.XtraBars.Navigation Namespace