AllowCustomCells Property (GridRow)
In This Topic
When set to true the methods
GetCellKind,
CreateCell,
BindCell and
UnbindCell will be called allowing customized cells, inheriting from
GridCellView.
Syntax
'Declaration
Protected Property AllowCustomCells As Boolean
protected bool AllowCustomCells {get; set;}
See Also