Back to Devexpress

TileControl.IndentBetweenItems Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-d9459f58.md

latest1.9 KB
Original Source

TileControl.IndentBetweenItems Property

Gets or sets a space that visually detaches neighboring TileItems.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int328

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

|

Remarks

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

See Also

IndentBetweenGroups

Tile Groups and Items

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace