Skip to main content
A newer version of this page is available.
All docs
V19.1

ViewFilter.AddRange(ViewColumnFilterInfo[]) Method

Adds an array of filter criteria to the collection and thus applies them to a View.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public void AddRange(
    ViewColumnFilterInfo[] columnInfos
)

Parameters

Name Type Description
columnInfos DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo[]

An array of DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo objects to be added to the collection.

Remarks

The AddRange method simply calls the ViewFilter.Add method for each element in the specified array. See this topic for more information.

See Also