TileItemElement.ToString() Method
Returns the text content of the current TileItemElement.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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