menu

UWP

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

    Show / Hide Table of Contents

    Class GetMeasureGroupsDimensionsEventArgs

    Provides data for the Syncfusion.Olap.UWP.Manager.OlapDatamanager.GetMeasureGroupsDimensions event.

    Inheritance
    System.Object
    GetMeasureGroupsDimensionsEventArgs
    Namespace: Syncfusion.Olap.UWP.Manager
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class GetMeasureGroupsDimensionsEventArgs : EventArgs

    Constructors

    GetMeasureGroupsDimensionsEventArgs()

    Declaration
    public GetMeasureGroupsDimensionsEventArgs()

    Properties

    CubeName

    Gets or sets the name of the cube.

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

    MeasureGroupName

    Gets or sets the measure group name.

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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved