Skip to main content

TileItem.Name Property

Gets or sets the current TileItem‘s name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.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