Class BooleanEditCellParams
Defines edit params for in-built checkbox.
Inheritance
System.Object
BooleanEditCellParams
Implements
Namespace: Syncfusion.Blazor.Grids
Assembly: Syncfusion.Blazor.dll
Syntax
public class BooleanEditCellParams : Object, IEditorSettings
Constructors
BooleanEditCellParams()
Declaration
public BooleanEditCellParams()
Properties
Params
Specifies the params of the checkbox.
Declaration
public CheckBoxModel<bool> Params { get; set; }
Property Value
Type |
---|
CheckBoxModel<System.Boolean> |