Back to Devexpress

TileViewColumns.CheckedColumn Property

windowsforms-devexpress-dot-xtragrid-dot-columns-dot-tileviewcolumns-869cf703.md

latest2.3 KB
Original Source

TileViewColumns.CheckedColumn Property

Gets or sets the column with Boolean values that specify the checked 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 CheckedColumn { get; set; }
vb
<DefaultValue(Nothing)>
Public Property CheckedColumn As GridColumn

Property Value

TypeDefaultDescription
GridColumnnull

A GridColumn object representing a column with Boolean values that specify the checked state for tiles.

|

Remarks

Boolean values of a grid column assigned to the CheckedColumn property affect the tiles’ checked state. Checked tiles are displayed with a check mark at their top right corner, as the figure below illustrates.

End-users can manually check or uncheck tiles by right-clicking them at runtime, which fires the TileView.ItemRightClick event.

See Also

Tile View

BackgroundImageColumn

GroupColumn

EnabledColumn

TileViewColumns Class

TileViewColumns Members

DevExpress.XtraGrid.Columns Namespace