WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridBoundRow Class / AllowCustomCells Property
In This Topic
    AllowCustomCells Property (GridBoundRow)
    In This Topic
    When set to true the methods GetCellKind, CreateCell, BindCell and UnbindCell will be called allowing customized cells, inheriting from GridCellView.
    Syntax
    protected bool AllowCustomCells {get; set;}
    See Also