MAUI | ComponentOne
C1.Maui.Grid Assembly / C1.Maui.Grid Namespace / GridFilterCell Class / AutoComplete Event
In This Topic
    AutoComplete Event (GridFilterCell)
    In This Topic
    Called when the auto-complete of the text-box is triggered.
    Syntax
    Event Data

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

    PropertyDescription
    Gets or sets the text used to auto-complete.  
    Gets or sets the text that is being auto-completed.  
    See Also