[]
        
(Showing Draft Content)

C1.Blazor.Grid.GridWrapCellFactory.Contains

Contains Method

Contains(GridControlAdapter)

Returns true if the specified cellFactory is the same instance as this or if it is one of the nested cell factories.

Declaration
protected override bool Contains(GridControlAdapter cellFactory)
Parameters
Type Name Description
GridControlAdapter cellFactory
Returns
Type Description
bool
Overrides