Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Members - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Members

    It allow to set members information.

    Inheritance
    System.Object
    Members
    Implements
    System.ICloneable
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Members : Object, ICloneable

    Constructors

    Members(Int32, List<Int32>, Boolean, Boolean, String, String, String, Boolean, Boolean)

    It allow to set members information from given parameters.

    Declaration
    public Members(int ordinal = 0, List<int> index = null, bool isDrilled = false, bool isNodeExpand = false, string parent = null, string name = null, string caption = null, bool isSelected = false, bool isClone = false)
    Parameters
    Type Name Description
    System.Int32 ordinal
    System.Collections.Generic.List<System.Int32> index
    System.Boolean isDrilled
    System.Boolean isNodeExpand
    System.String parent
    System.String name
    System.String caption
    System.Boolean isSelected
    System.Boolean isClone

    Properties

    Caption

    It allow to set the caption of a specified member.

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

    Index

    It allow to set index value for specific member.

    Declaration
    public List<int> Index { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.Int32>

    IsDrilled

    It allow to set enable/disable drill information for specific member.

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

    IsNodeExpand

    It allow to set the expand state of a specified member.

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

    IsSelected

    It allow to set whether the specified member is either selected or not for filtering.

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

    Name

    It allow to set the unique name of a specified member.

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

    Ordinal

    It allow to set ordinal value for specific member.

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

    Parent

    It allow to set the parent name of a specified member.

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

    Methods

    Cloning(Boolean)

    It allow to get cloned members information using ICloneable.

    Declaration
    public virtual object Cloning(bool clone = false)
    Parameters
    Type Name Description
    System.Boolean clone
    Returns
    Type Description
    System.Object

    Implements

    System.ICloneable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved