Back to Devexpress

KanbanGroup.Name Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroup-b08447b3.md

latest1.5 KB
Original Source

KanbanGroup.Name Property

Gets or sets the component’s name.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue("")]
[DXCategory("Options")]
[XtraSerializableProperty]
[XtraSerializablePropertyId(-1)]
public virtual string Name { get; set; }
vb
<DXCategory("Options")>
<Browsable(False)>
<DefaultValue("")>
<XtraSerializableProperty>
<XtraSerializablePropertyId(-1)>
Public Overridable Property Name As String

Property Value

TypeDefaultDescription
StringString.Empty

The component’s name.

|

See Also

KanbanGroup Class

KanbanGroup Members

DevExpress.XtraGrid.Views.Tile Namespace