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

    Ends the control initialization.

    Namespace: DevExpress.AIIntegration.WinForms.Chat

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

    NuGet Package: DevExpress.AIIntegration.WinForms.Chat

    Declaration

    public void EndInit()

    Remarks

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

    See Also