Back to Devexpress

FilterControlEventArgs Class

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-e64be67e.md

latest1.7 KB
Original Source

FilterControlEventArgs Class

Provides data for the ColumnView.FilterEditorCreated event.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public class FilterControlEventArgs :
    BaseFilterControlEventArgs
vb
Public Class FilterControlEventArgs
    Inherits BaseFilterControlEventArgs

FilterControlEventArgs is the data class for the following events:

Inheritance

Object EventArgs BaseFilterControlEventArgs FilterControlEventArgs

See Also

FilterControlEventArgs Members

FilterEditorCreated

DevExpress.XtraGrid.Views.Base Namespace