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

TileControl.IndentBetweenItems Property

Gets or sets a space that visually detaches neighboring TileItems.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(8)]
[DXCategory("Appearance")]
public int IndentBetweenItems { get; set; }

Property Value

Type Default Description
Int32 8

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