menu

UWP

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

    Show / Hide Table of Contents

    Class SubsetElement

    Represents the information needed for sub set element.

    Inheritance
    System.Object
    Element
    SubsetElement
    Inherited Members
    Element.Clone()
    Element.ElementName
    Element.Name
    Element.Properties
    Element.RootNodeCaption
    Element.Visible
    Namespace: Syncfusion.Olap.UWP.Reports
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class SubsetElement : Element

    Constructors

    SubsetElement()

    Initializes a new instance of the SubsetElement class.

    Declaration
    public SubsetElement()

    SubsetElement(Int32)

    Initializes a new instance of the SubsetElement class.

    Declaration
    public SubsetElement(int endIndex)
    Parameters
    Type Name Description
    System.Int32 endIndex

    The end index.

    SubsetElement(Int32, Int32)

    Initializes a new instance of the SubsetElement class.

    Declaration
    public SubsetElement(int startIndex, int endIndex)
    Parameters
    Type Name Description
    System.Int32 startIndex

    The start index.

    System.Int32 endIndex

    The end index.

    Properties

    EndIndex

    Gets or sets the ending index.

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

    The ending index.

    StartIndex

    Gets or sets the starting index.

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

    The starting index.

    Extension Methods

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