SearchSettingsDataSource.SearchStartMinChars 属性

定义

获取或设置用于搜索的最小字符数。 常见的搜索控件将等待开始新的搜索,直到用户键入至少最小字符数。 默认值为1个字符。

public:
 property System::UInt32 SearchStartMinChars { System::UInt32 get(); void set(System::UInt32 value); };
public:
 property unsigned int SearchStartMinChars { unsigned int get(); void set(unsigned int value); };
public uint SearchStartMinChars { get; set; }
member this.SearchStartMinChars : uint32 with get, set
Public Property SearchStartMinChars As UInteger

属性值

UInt32

返回启动搜索所需的最小字符数。

适用于