C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridBoundRow Class / AllowCustomCell Method
The kind of cell.
The column that determines the cell.
In This Topic
AllowCustomCell Method (GridBoundRow)
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