AxpDataGrid

EditFieldItem.IsBoolean Property

Whether a numeric column should be displayed as Checkbox and handled as a boolean.

[Visual Basic]
Public Property IsBoolean As Boolean
[C#]
public bool IsBoolean {get; set;}

Property Value

true if a numeric column should be displayed as Checkbox and handled as a boolean, false otherwise. Default is false.

Remarks

The grid will use the value 0 to represent False and 1 to represent True in the database.

See Also

EditFieldItem Class | Axezz.WebControls Namespace