TileItem.Name Property
In This Article
Gets or sets the current TileItem‘s name.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
public virtual string Name { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A String value specifying the current Tile |
See Also