ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / CustomizeFilterEditor Event

In This Topic
    CustomizeFilterEditor Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event CustomizeFilterEditor As C1.Win.FlexGrid.CustomizeFilterEditorEventHandler
    public event C1.Win.FlexGrid.CustomizeFilterEditorEventHandler CustomizeFilterEditor
    Event Data

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

    PropertyDescription
    Gets the 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