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
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