True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / CustomizeFilterEditor Event

In This Topic
    CustomizeFilterEditor Event (C1TrueDBGrid)
    In This Topic
    Occurs before creating value editor of condition filter.
    Syntax
    'Declaration
     
    Public Event CustomizeFilterEditor As CustomizeFilterEditorEventHandler
    public event CustomizeFilterEditorEventHandler CustomizeFilterEditor
    Event Data

    The event handler receives an argument of type CustomizeFilterEditorEventArgs containing data related to this event. The following CustomizeFilterEditorEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the index of column for filtering.  
    Gets the name of column for filtering.  
    Gets or sets the value of the localized string.  
    Gets the data type for the value editor of filter condition.  
    See Also