TileViewOptionsKanban Properties
Contains settings to customize the Kanban board. These settings are in effect when the TileView.OptionsTiles.LayoutMode property is set to Kanban.Name | Description |
---|---|
FadeOutGroupContent | |
GroupFooterButton | Contains settings to enable and customize an additional button in group footers. Handle the TileView.GroupFooterButtonClick event to perform custom actions when this button is clicked. |
GroupHeaderContextButtonOptions | Provides settings applied to buttons displayed in group headers (TileViewOptionsKanban.GroupHeaderContextButtons). |
GroupHeaderContextButtons | Provides access to the collection of buttons displayed in group headers. |
Groups | A collection of manually created Kanban groups. Once this collection is not empty, the Kanban board only displays groups from this collection. |
ShowGroupBackground | Gets or sets whether Kanban groups have distinct backgrounds. |
See Also