KanbanGroupCollection.Add(KanbanGroup) Method
Adds the specified KanbanGroup to the collection.
Namespace: DevExpress.XtraGrid.Views.Tile
Assembly: DevExpress.XtraGrid.v20.2.dll
Declaration
public virtual int Add(
KanbanGroup group
)
Public Overridable Function Add(
group As KanbanGroup
) As Integer
Parameters
Name | Type | Description |
---|---|---|
group | KanbanGroup | The group to add to the collection. |
Returns
Type | Description |
---|---|
Int32 | The position into which the new element was inserted. |
See Also
Feedback