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.v19.2.dll

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