WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridDetailRow<TItem> Class / AllowCustomCell Method
The kind of cell.
The column that determines the cell.
In This Topic
    AllowCustomCell Method (GridDetailRow<TItem>)
    In This Topic
    Gets whether custom cells are allowed for the specified range.
    Syntax
    public virtual bool AllowCustomCell( 
       GridCellType cellType,
       GridColumn col
    )

    Parameters

    cellType
    The kind of cell.
    col
    The column that determines the cell.
    See Also