Skip to main content
All docs
V26.1
  • AIChatControl.BeginInit() Method

    Starts the AIChatControl initialization. Initialization occurs at runtime.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

    Assembly: DevExpress.AIIntegration.WinForms.Chat.v26.1.dll

    NuGet Package: DevExpress.AIIntegration.WinForms.Chat

    Declaration

    public void BeginInit()

    Remarks

    BeginInit and EndInit() implement the ISupportInitialize interface. Call BeginInit to suspend control updates while you initialize multiple properties, and call the EndInit() method to apply the changes.

    See Also