In This Topic
Syntax
'Declaration
Public Overridable Function AllowCustomCell( _
ByVal As C1.WPF.Grid.GridCellType, _
ByVal As C1.WPF.Grid.GridCellRange _
) As Boolean
public virtual bool AllowCustomCell(
C1.WPF.Grid.GridCellType ,
C1.WPF.Grid.GridCellRange
)
Parameters
- cellType
- range
See Also