KanbanGroup.Name Property
In This Article
Gets or sets the component’s name.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue("")]
[DXCategory("Options")]
[XtraSerializableProperty]
[XtraSerializablePropertyId(-1)]
public virtual string Name { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
The component’s name. |
See Also