Back to Devexpress

TileControl.IndentBetweenGroups Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-9ff919a1.md

latest1.9 KB
Original Source

TileControl.IndentBetweenGroups Property

Gets or sets a space that visually detaches neighboring TileGroups.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(56)]
[DXCategory("Appearance")]
public int IndentBetweenGroups { get; set; }
vb
<DefaultValue(56)>
<DXCategory("Appearance")>
Public Property IndentBetweenGroups As Integer

Property Value

TypeDefaultDescription
Int3256

An Int32 value specifying a space that visually detaches neighboring TileGroups.

|

Remarks

Neighboring items within groups are visually detached via the TileControl.IndentBetweenItems property. See the Tile Groups and Items to learn more.

See Also

IndentBetweenItems

Tile Groups and Items

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace