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