Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

    Declaration

    public void Assign(
        ColumnView view,
        ViewFilterInfo filterInfo
    )

    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