TileItemFrame.Text4 Property
Gets or sets the fourth text block’s content within the current TileItemFrame. 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)]
[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 TileItemFrame. |
Remarks
The Text4 property is now obsolete. Use the TileItemElement.Text instead.
See Also