KanbanGroup.Name Property
Gets or sets the component's name.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
[DXCategory("Options")]
[Browsable(false)]
[DefaultValue("")]
[XtraSerializableProperty]
[XtraSerializablePropertyId(-1)]
public virtual string Name { get; set; }
<DXCategory("Options")>
<Browsable(False)>
<DefaultValue("")>
<XtraSerializableProperty>
<XtraSerializablePropertyId(-1)>
Public Overridable Property Name As String
Property Value
Type | Default | Description |
---|---|---|
String | The component's name. |
See Also
Feedback