SmartAutoCompleteBehavior.Create(Type, Int32, String) Method
Namespace: DevExpress.AIIntegration.WinForms
Assembly: DevExpress.AIIntegration.WinForms.v25.2.dll
NuGet Package: DevExpress.AIIntegration.WinForms
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