TileControl.IndentBetweenItems Property
Gets or sets a space that visually detaches neighboring TileItems.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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