[]
        
(Showing Draft Content)

C1.WPF.Grid.GridCellFactory.AllowCustomCell

AllowCustomCell Method

AllowCustomCell(GridCellType, GridCellRange)

Gets whether custom cells are allowed for the specified range.

Declaration
public virtual bool AllowCustomCell(GridCellType cellType, GridCellRange range)
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridCellRange range

The range.

Returns
Type Description
bool