SmartSearchBehavior.Create(Type, Int32) Method
Namespace: DevExpress.AIIntegration.WinForms
Assembly: DevExpress.AIIntegration.WinForms.v24.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public static SmartSearchBehavior Create(
Type smartSearchBehaviorSourceType,
int typingPauseDelay = 500
)
Parameters
Name | Type |
---|---|
smartSearchBehaviorSourceType | Type |
Optional Parameters
Name | Type | Default |
---|---|---|
typingPauseDelay | Int32 | 500 |
Returns
Type |
---|
SmartSearchBehavior |
See Also