Class DataGridCheckBoxSelectorColumn
Represents a data grid column that displays checkboxes for row selection.
Inherited Members
Namespace: Syncfusion.Maui.DataGrid
Assembly: Syncfusion.Maui.DataGrid.dll
Syntax
public class DataGridCheckBoxSelectorColumn : DataGridColumn, IDisposable, IFilterDefinition
Constructors
DataGridCheckBoxSelectorColumn()
Initializes a new instance of the DataGridCheckBoxSelectorColumn class.
Declaration
public DataGridCheckBoxSelectorColumn()
Properties
AllowCheckboxOnHeader
Gets or sets a value indicating whether the header checkbox is visible.
Declaration
public bool AllowCheckboxOnHeader { get; set; }
Property Value
| Type |
|---|
| System.Boolean |
Remarks
When true, the header cell displays a checkbox for "select all" / "deselect all" functionality.
When false, the header cell displays the HeaderText property value instead.
The default value is true.
Implements
System.IDisposable