Back to Devexpress

KanbanGroup.Appearance Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-kanbangroup-301c9125.md

latest2.2 KB
Original Source

KanbanGroup.Appearance Property

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

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DXCategory("Appearance")]
public AppearanceObject Appearance { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property Appearance As AppearanceObject

Property Value

TypeDescription
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

Appearance

Appearance

ShowGroupBackground

KanbanGroup Class

KanbanGroup Members

DevExpress.XtraGrid.Views.Tile Namespace