Skip to main content

TileGroup.Name Property

Gets or sets the current TileGroup‘s name.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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