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

TileItemElement.ToString() Method

Returns the text content of the current TileItemElement.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value that is the current TileItemElement‘s text content.

Remarks

A TileItemElement can have a TileItemElement.Text content and glyph, specified via the TileItemElement.Image property. The ToString method returns a TileItemElement‘s text content in string format. If the target TileItemElement‘s text content was formatted using HTML tags (see the TileControl.AllowHtmlText topic), these tags are included in the output string.

See Also