FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.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
    'Declaration
     
    Protected Property AllowCustomCells As Boolean
    protected bool AllowCustomCells {get; set;}
    See Also