True DBGrid for WinForms | ComponentOne
C1.Win.TrueDBGrid.8 Assembly / C1.Win.TrueDBGrid Namespace / C1DataColumn Class / FilterKeys Property

In This Topic
    FilterKeys Property (C1DataColumn)
    In This Topic
    Gets or sets the key used to initiate the filtering operation as the user types in the filterbar.
    Syntax
    'Declaration
     
    Public Property FilterKeys As System.Windows.Forms.Keys
    public System.Windows.Forms.Keys FilterKeys {get; set;}
    Remarks
    Ctrl, Shift, Alt keys are ignored
    See Also