Back to Devexpress

TileViewOptionsKanban.FadeOutGroupContent Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewoptionskanban-c22bb240.md

latest1.8 KB
Original Source

TileViewOptionsKanban.FadeOutGroupContent Property

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 FadeOutGroupContent { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property FadeOutGroupContent As DefaultBoolean

Property Value

TypeDefault
DefaultBooleanDefault

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 FadeOutGroupContent
TileView

.OptionsKanban .FadeOutGroupContent

|

See Also

TileViewOptionsKanban Class

TileViewOptionsKanban Members

DevExpress.XtraGrid.Views.Tile Namespace