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

TileGroup.Name Property

Gets or sets the current TileGroup‘s name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[Browsable(false)]
[XtraSerializableProperty]
public virtual string Name { get; set; }

Property Value

Type Description
String

A String value that specifies the current TileGroup‘s name.

Remarks

See the Tile Groups and Items topic to learn more.

See Also