menu

Blazor

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

    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
    System.Object
    DrilledItem
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class DrilledItem : Object

    Constructors

    DrilledItem()

    Declaration
    public DrilledItem()

    Properties

    Action

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

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

    Axis

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

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

    CurrentCell

    It allows to set the selelcted cell information.

    Declaration
    public AxisSet CurrentCell { get; set; }
    Property Value
    Type
    AxisSet

    Delimiter

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

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

    FieldName

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

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

    MemberName

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

    Declaration
    public string MemberName { get; set; }
    Property Value
    Type
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved