ViewFilter.Assign(ColumnView, ViewFilterInfo) Method
Copies all settings from the specified object passed as the parameter and assigns them to the current object.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v25.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| view | ColumnView | A ColumnView descendant. |
| filterInfo | DevExpress.XtraGrid.Views.Base.ViewFilterInfo | The object whose settings are assigned to the current object. |
See Also