Back to Devexpress

PanelControl.EndInit() Method

windowsforms-devexpress-dot-xtraeditors-dot-panelcontrol-8acd6b8f.md

latest1.4 KB
Original Source

PanelControl.EndInit() Method

Ends the PanelControl‘s initialization.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public virtual void EndInit()
vb
Public Overridable Sub

Remarks

The Visual Studio .NET design environment calls this method to finish initializing a component. The PanelControl.BeginInit method starts the initialization, the EndInit method ends it. Use the BeginInit and EndInit methods to prevent the control from being used until it has been completely initialized.

See Also

BeginInit()

PanelControl Class

PanelControl Members

DevExpress.XtraEditors Namespace