True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / MatchEntryTimeOut Property

In This Topic
    MatchEntryTimeOut Property (C1TrueDBGrid)
    In This Topic
    Gets or sets the time (milliseconds) in which the incremental search string will reset for a dropdown when the C1DisplayColumn.DropDownList property is True.
    Syntax
    'Declaration
     
    Public Property MatchEntryTimeOut As System.Integer
    public System.int MatchEntryTimeOut {get; set;}
    See Also