TileItem.Name Property
Gets or sets the current TileItem‘s name.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v23.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.Empty | A String value specifying the current TileItem‘s name. |
See Also