[]
        
(Showing Draft Content)

C1.Xamarin.Forms.Grid.GridWrapCellFactory.Contains

Contains Method

Contains(GridCellFactoryBase)

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(GridCellFactoryBase cellFactory)
Parameters
Type Name Description
GridCellFactoryBase cellFactory
Returns
Type Description
bool
Overrides