Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileItem.ImageToTextIndent Property

Gets or sets the distance between the tile item’s glyph and text when grouped. This property is now obsolete. Use the TileItemElement.ImageToTextIndent property instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[Browsable(false)]
[DefaultValue(6)]
[DXCategory("Appearance")]
public int ImageToTextIndent { get; set; }

#Property Value

Type Default Description
Int32 6

An Int32 value that specifies the distance between the tile item’s glyph and text when grouped.

#Remarks

Since a tile item can have multiple icons provided via the TileItem.Elements collection, the ImageToTextIndent property is applied to a grouped glyph and text in the first collection item only. For this reason, we recommend using the TileItemElement.ImageToTextAlignment property rather than the ImageToTextIndent property to be able to customize all tile elements.

See Also