Back to Devexpress

KanbanGroup Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroup-dot-underscore-properties.md

latest4.1 KB
Original Source

KanbanGroup Properties

A manually created Kanban group.

NameDescription
AllowItemDragGets or sets whether to disable tile drag-and-drop operations within and from the current group.
AppearanceProvides settings to customize the appearance of the current KanbanGroup object.
CanRaiseEvents protectedGets a value indicating whether the component can raise an event. Inherited from Component.
CaptionGets or sets the group’s display caption.
ContainerGets the IContainer that contains the Component. Inherited from Component.
DesignMode protectedGets a value that indicates whether the Component is currently in design mode. Inherited from Component.
DropTargetGroupsThe collection of groups that can accept tiles from the current group during drag-and-drop operations.
Events protectedGets the list of event handlers that are attached to this Component. Inherited from Component.
FooterButtonContains settings to enable and customize an additional button in the current group’s footer. Handle the TileView.GroupFooterButtonClick event to perform custom actions when this button is clicked.
GroupValueGets or sets the group’s value. A group displays those tiles whose group column values (TileView.Columns.GroupColumn) match the group’s value.
NameGets or sets the component’s name.
SiteGets or sets the ISite of the Component. Inherited from Component.
TagAllows you to associate custom data with the group.
ViewGets the View that owns the current Kanban group.
VisibleGets or sets whether the Kanban group is visible.

See Also

KanbanGroup Class

KanbanGroup Members

DevExpress.XtraGrid.Views.Tile Namespace