menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SharedDataManagers - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SharedDataManagers

    SharedDataManagers holds collection of data manager information.

    Inheritance
    System.Object
    SharedDataManagers
    Implements
    System.IDisposable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Shared.Olap
    Assembly: Syncfusion.OlapShared.WPF.dll
    Syntax
    public sealed class SharedDataManagers : IDisposable

    Properties

    DataManagers

    Gets or sets the data managers.

    Declaration
    public List<DataManager> DataManagers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DataManager>

    The data managers.

    Instance

    Gets the instance.

    Declaration
    public static SharedDataManagers Instance { get; }
    Property Value
    Type Description
    SharedDataManagers

    The instance.

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved