Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

KanbanGroup.Appearance Property

Provides settings to customize the appearance of the current KanbanGroup object.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

[DXCategory("Appearance")]
public AppearanceObject Appearance { get; }

#Property Value

Type Description
AppearanceObject

The KanbanGroup’s appearance settings.

#Remarks

To customize the apperance settings of Kanban Groups, you can use the following properties:

  • TileView.Appearance.Group - Allows you to customize the default appearance settings for all groups.
  • KanbanGroup.Appearance - Allows you to customize the default appearance settings for individual KanbanGroups.

To display distinct backgrounds for Kanban groups, use the TileViewOptionsKanban.ShowGroupBackground property.

See Also