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

KanbanGroup.Name Property

Gets or sets the component’s name.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
[DefaultValue("")]
[DXCategory("Options")]
[XtraSerializableProperty]
[XtraSerializablePropertyId(-1)]
public virtual string Name { get; set; }

Property Value

Type Default Description
String String.Empty

The component’s name.

See Also