menu

UWP

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

    Show / Hide Table of Contents

    Class Tuple

    Represents the Tuple information.

    Inheritance
    System.Object
    Tuple
    Namespace: Syncfusion.Olap.UWP.Data
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Tuple : Object

    Constructors

    Tuple()

    Initializes a new instance of the Tuple class.

    Declaration
    public Tuple()

    Properties

    Members

    Gets or sets the members.

    Declaration
    public MemberCollection Members { get; set; }
    Property Value
    Type Description
    MemberCollection

    The members.

    OrdinalPosition

    Gets or sets the ordinal position.

    Declaration
    public int OrdinalPosition { get; set; }
    Property Value
    Type Description
    System.Int32

    The ordinal position.

    Visible

    Gets or sets a value indicating whether this Tuple is visible.

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if visible; otherwise, false.

    Extension Methods

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