Skip to main content

GridCheckBoxColumn Class

Represents a column with Boolean values.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.dll

NuGet Package: DevExpress.WinUI

Declaration

public class GridCheckBoxColumn :
    ColumnBase

Remarks

There are five column types used to present specific data types (Boolean, Date-Time, Numeric, Lists and Text), one column type that provides masking capabilities for text values, and one column type for custom data presentation via templates. Cell values are edited using data editors. Each column type stores specific settings responsible for the data editor’s functionality. A cell’s editor is created when an end-user starts to edit the cell’s value and is automatically destroyed when editing is completed. This dramatically increases the application’s performance.

Use the GridCheckBoxColumn.IsThreeState property to specify whether the check editor supports three states (checked, unchecked and indeterminate).

To learn more, see Data Editing.

Inheritance

Object
DependencyObject
UIElement
FrameworkElement
DevExpress.WinUI.Core.Internal.DXLogicalFrameworkElement
ColumnBase
GridCheckBoxColumn
See Also