FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    'Declaration
     
    Public Overridable Function AllowCustomCell( _
       ByVal cellType As GridCellType, _
       ByVal col As GridColumn _
    ) As Boolean
    public virtual bool AllowCustomCell( 
       GridCellType cellType,
       GridColumn col
    )

    Parameters

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