menu

UWP

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

    Show / Hide Table of Contents

    Class PositionInfo

    Represents the position information.

    Inheritance
    System.Object
    PositionInfo
    Namespace: Syncfusion.Olap.UWP.Engine
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class PositionInfo : Object

    Constructors

    PositionInfo()

    Declaration
    public PositionInfo()

    Properties

    HierarchyUniqueName

    Gets or sets the unique name of the hierarchy.

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

    The unique name of the hierarchy.

    UniqueName

    Gets or sets the unique name of the position.

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

    The unique name of the position.

    Extension Methods

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