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