Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.2
  • 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.v21.2.Extensions.dll

    NuGet Package: DevExpress.Win.Snap

    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