FlexPivot for WinForms
AutoSearch プロパティ (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : AutoSearch プロパティ
Gets or sets whether the grid should move the cursor searching for entries as the user types.
シンタックス
'宣言
 
Public Property AutoSearch As AutoSearchEnum
public AutoSearchEnum AutoSearch {get; set;}
解説

If AutoSearch is on, the grid will search the current column as the user types, automatically moving the cursor and highlighting matches using the CellStyleCollection.Search style. The search is case-insensitive. The search is canceled when the user presses the ESC key or moves the selection with the mouse or cursor keys.

When the user stops typing for about a second, the search buffer is reset. This amount of time can be changed by setting the AutoSearchDelay property.

If AutoSearch is on and AllowEditing is set to true, the user will need to hit ENTER, or F2 to start editing cells. Other keys are used for searching.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ