Back to Devexpress

TileViewColumns.EnabledColumn Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-tileviewcolumns-e9a47d89.md

latest2.3 KB
Original Source

TileViewColumns.EnabledColumn Property

Gets or sets the column with Boolean values that specify the enabled/disabled state for tiles.

Namespace : DevExpress.XtraGrid.Columns

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(null)]
public GridColumn EnabledColumn { get; set; }
vb
<DefaultValue(Nothing)>
Public Property EnabledColumn As GridColumn

Property Value

TypeDefaultDescription
GridColumnnull

A GridColumn object that represents a column with Boolean values that specify the enabled/disabled state for tiles.

|

Remarks

Similar to a checked column (see TileViewColumns.CheckedColumn), assigning a column to the EnabledColumn property affects the tile’s visual states based on its Boolean cell values. But instead of marking tiles with the check sign, the enabled column fades out all tiles whose cell values equal false and makes these tiles inactive. The figure below illustrates this.

See Also

Tile View

CheckedColumn

BackgroundImageColumn

GroupColumn

TileViewColumns Class

TileViewColumns Members

DevExpress.XtraGrid.Columns Namespace