Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
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