menu

WPF

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

    Show / Hide Table of Contents

    Class DataManager

    DataManager class holds OLAP data manager information.

    Inheritance
    System.Object
    DataManager
    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 class DataManager

    Constructors

    DataManager()

    Declaration
    public DataManager()

    Properties

    Name

    Gets or sets the name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    The name.

    OlapDataManager

    Gets or sets the olap data manager.

    Declaration
    public OlapDataManager OlapDataManager { get; set; }
    Property Value
    Type Description
    OlapDataManager

    The olap data manager.

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