Version

CopyFrom Method (ColumnFiltersCollection)

Initializes columns filters in this collection with the ones from the source column filters collection.
Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal source As ColumnFiltersCollection _
) 
public void CopyFrom( 
   ColumnFiltersCollection source
)

Parameters

source
Remarks

Columns are matched by their UltraGridColumn.Key's. This method will copy the filter conditions of columns that exist in both collections. For columns that exist in the destination collection but not in the source collection, those column’s filter conditions will be cleared. For columns that exist in the source collection but not in the destination layout, no action will be taken.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also