Gets or sets the time (milliseconds) in which the incremental search string will reset for a drop-down when the C1DisplayColumn.DropDownList property is True.
[Visual Basic]
Public Property MatchEntryTimeOut As Integer
[C#]
public int MatchEntryTimeOut {get;set;}
[Delphi]
public property MatchEntryTimeOut: Int32 read get_MatchEntryTimeOut write set_MatchEntryTimeOut;
Remarks
Setting this value to 0 will cause the incremental search to behave like the built in ComboBox control.
See Also
C1TrueDBGrid Class | C1TrueDBGrid Members | C1.Win.C1TrueDBGrid Namespace
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |