Skip to main content
A newer version of this page is available. .

TileItem.Name Property

Gets or sets the current TileItem‘s name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

[DefaultValue("")]
[Browsable(false)]
[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