[]
        
(Showing Draft Content)

C1.WinUI.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)
Protected Overrides Function Contains(cellFactory As GridControlAdapter) As Boolean
Parameters
Type Name Description
GridControlAdapter cellFactory
Returns
Type Description
bool
Overrides