Back to Devexpress

TileViewOptionsKanban.ShowGroupBackground Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewoptionskanban-2d3b3c78.md

latest2.8 KB
Original Source

TileViewOptionsKanban.ShowGroupBackground Property

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowGroupBackground { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowGroupBackground As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A value that specifies whether Kanban groups have distinct backgrounds. The Default value is equivalent to False.

|

Available values:

NameDescriptionReturn 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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowGroupBackground
TileView

.OptionsKanban .ShowGroupBackground

|

Remarks

  • 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

Appearance

Appearance

Kanban Board

TileViewOptionsKanban Class

TileViewOptionsKanban Members

DevExpress.XtraGrid.Views.Tile Namespace