alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class DrilledItem

    Allows you to configure the drill information of a specific field item that used to display the pivot table.

    Inheritance
    object
    DrilledItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DrilledItem

    Constructors

    DrilledItem()

    Declaration
    public DrilledItem()

    Properties

    Action

    It allows to set whether the member performs drill-down or drill-up operation.

    Declaration
    [JsonPropertyName("action")]
    public string Action { get; set; }
    Property Value
    Type
    string

    Axis

    It allows to set the axis name of the specific field.

    Declaration
    [JsonPropertyName("axis")]
    public string Axis { get; set; }
    Property Value
    Type
    string

    CurrentCell

    It allows to set the selelcted cell information.

    Declaration
    [JsonPropertyName("currentCell")]
    public AxisSet CurrentCell { get; set; }
    Property Value
    Type
    AxisSet

    Delimiter

    It allows to set the delimiter, which is used a member separator.

    Declaration
    [JsonPropertyName("delimiter")]
    public string Delimiter { get; set; }
    Property Value
    Type
    string

    FieldName

    It allows to set the field name whose members to be drilled.

    Declaration
    [JsonPropertyName("fieldName")]
    public string FieldName { get; set; }
    Property Value
    Type
    string

    MemberName

    It allows to set the member name of the specific field.

    Declaration
    [JsonPropertyName("memberName")]
    public string MemberName { get; set; }
    Property Value
    Type
    string
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved