[]
        
(Showing Draft Content)

C1.WPF.Grid.GridLinkedCellFactory.AllowCustomCell

AllowCustomCell Method

AllowCustomCell(GridCellType, GridCellRange)

Gets whether custom cells are allowed for the specified range.

Declaration
public override bool AllowCustomCell(GridCellType cellType, GridCellRange range)
Public Overrides Function AllowCustomCell(cellType As GridCellType, range As GridCellRange) As Boolean
Parameters
Type Name Description
GridCellType cellType

The kind of cell.

GridCellRange range

The range.

Returns
Type Description
bool
Overrides