Skip to main content
A newer version of this page is available. .

ColumnViewOptionsFilter Class

Provides filtering options for a View.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v21.2.dll

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

Declaration

public class ColumnViewOptionsFilter :
    ViewBaseOptions

The following members return ColumnViewOptionsFilter objects:

Remarks

The options this class provides are accessible with the ColumnView.OptionsFilter property.

See Also