Skip to main content
All docs
V26.1
  • SmartAutoCompleteBehavior.Create(Type, Int32, String) Method

    Namespace: DevExpress.AIIntegration.WinForms

    Assembly: DevExpress.AIIntegration.WinForms.v26.1.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