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

TileItem.Text3 Property

Gets or sets the third text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DefaultValue(null)]
[DXCategory("Appearance")]
[Browsable(false)]
public string Text3 { get; set; }

Property Value

Type Default Description
String *null*

A String value specifying the third text block’s content within the current TileItem.

Remarks

The Text3 property is now obsolete. Use the TileItemElement.Text instead.

See Also