TileItem.Text2 Property
Gets or sets the second 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 Text2 { get; set; }
Property Value
Type | Default | Description |
---|---|---|
String | null | A String value specifying the second text block’s content within the current TileItem. |
Remarks
The Text2 property is now obsolete. Use the TileItemElement.Text instead.
See Also