Skip to main content
A newer version of this page is available.

SnapDockManager.InitializeCore() Method

Performs basic initialization of the created SnapDockManager object and assigns the specified Design Surface to it.

Namespace: DevExpress.Snap.Extensions

Assembly: DevExpress.Snap.v18.2.Extensions.dll

Declaration

public void InitializeCore()

Remarks

The InitializeCore method is used to initialize a SnapDockManager that has been created at runtime and generate its Data Explorer and Report Explorer dock panels.

See Also