menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ParentMemberEventArgs - API Reference

    Show / Hide Table of Contents

    Class ParentMemberEventArgs

    Provides data fro the GetParentMember event.

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

    Constructors

    ParentMemberEventArgs()

    Declaration
    public ParentMemberEventArgs()

    Properties

    CurrentCube

    Gets or sets the current cube name.

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

    UniqueName

    Gets or sets the unique name of the member.

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

    Extension Methods

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