TileItem.Text4 Property
In This Article
Gets or sets the fourth text block’s content within the current TileItem. This property is now obsolete. Use the TileItemElement.Text instead.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public string Text4 { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | null | A String value specifying the fourth text block’s content within the current Tile |
#Remarks
The Text4 property is now obsolete. Use the TileItemElement.Text instead.
See Also