Back to Devexpress

TileItem.Text4 Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-dot-text4.md

latest1.9 KB
Original Source

TileItem.Text4 Property

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public string Text4 { get; set; }
vb
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property Text4 As String

Property Value

TypeDefaultDescription
Stringnull

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

|

Remarks

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

See Also

Text

Elements

Tile Item Structure

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace