windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewoptionskanban-2d3b3c78.md
Gets or sets whether Kanban groups have distinct backgrounds.
Namespace : DevExpress.XtraGrid.Views.Tile
Assembly : DevExpress.XtraGrid.v25.2.dll
NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowGroupBackground { get; set; }
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowGroupBackground As DefaultBoolean
| Type | Default | Description |
|---|---|---|
| DefaultBoolean | Default |
A value that specifies whether Kanban groups have distinct backgrounds. The Default value is equivalent to False.
|
Available values:
| Name | Description | Return Value |
|---|---|---|
| True |
The value is true.
|
0
| | False |
The value is false.
|
1
| | Default |
The value is specified by a global option or a higher-level object.
|
2
|
You can access this nested property as listed below:
| Object Type | Path to ShowGroupBackground |
|---|---|
| TileView |
.OptionsKanban .ShowGroupBackground
|
ShowGroupBackground is False or Default
ShowGroupBackground is True
The current skin determines the default background color for Kanban groups. You can use the following properties to specify custom background colors:
See Also