SmartAutoCompleteBehavior(Type, Int32, String, AIEvents) Constructor
Initializes a new instance of the SmartAutoCompleteBehavior class with specified settings.
Namespace: DevExpress.AIIntegration.WinForms
Assembly: DevExpress.AIIntegration.WinForms.v25.2.dll
NuGet Package: DevExpress.AIIntegration.WinForms
Declaration
public SmartAutoCompleteBehavior(
Type behaviorSourceType,
int typingPauseDelay = 500,
string UserRole = "",
AIEvents events = null
)
Parameters
| Name | Type |
|---|---|
| behaviorSourceType | Type |
Optional Parameters
| Name | Type | Default |
|---|---|---|
| typingPauseDelay | Int32 | 500 |
| UserRole | String | String.Empty |
| events | DevExpress.AIIntegration.WinForms.AIEvents | null |
See Also