[]
        
(Showing Draft Content)

C1.WPF.Grid.GridRow.AllowCustomCell

AllowCustomCell Method

AllowCustomCell(GridCellType, GridColumn)

Gets whether custom cells are allowed for the specified range.

Declaration
public virtual bool AllowCustomCell(GridCellType cellType, GridColumn col)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridColumn col

The column that determines the cell.

Returns
Type Description
bool