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

In This Topic
    FetchFilterStyle Event (C1TrueDBGrid)
    In This Topic
    Occurs whenever the grid renders a filter bar and the FetchFilterStyles property has been set.
    Syntax
    'Declaration
     
    Public Event FetchFilterStyle As System.EventHandler(Of FetchFilterStyleEventArgs)
    public event System.EventHandler<FetchFilterStyleEventArgs> FetchFilterStyle
    Event Data

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

    PropertyDescription
    The Style used to render the filter bar.  
    The display column for the filter bar cell being rendered.  
    Indicates the position in the Splits collection.  
    See Also