[]
        
(Showing Draft Content)

C1.Win.C1FlexGrid.C1FlexGridBase.IsCellCheckBox

IsCellCheckBox Method

IsCellCheckBox(int, int)

Gets a value that determines whether the cell contents are displayed as a checkbox.

Declaration
public virtual bool IsCellCheckBox(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Returns
Type Description
bool

True if the cell contents should be displayed as a checkbox, false otherwise.

Remarks

Boolean values are displayed as check boxes unless one of the following conditions is true:

1) The cell has an associated DataMap. In this case the values specified in the DataMap are displayed instead of check boxes.

2) The cell has a multi-part Format string (such as "yes;no"). In this case the Format is used instead of check boxes.

3) The cell belongs to a subtotal row and does not contain a Boolean value.