alexa
menu

Blazor

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

    Show / Hide Table of Contents

    Class DrillOptions

    Allows specific fields used to display their the headers to be either expanded or collapsed in the pivot table.

    Inheritance
    object
    DrillOptions
    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 DrillOptions

    Constructors

    DrillOptions()

    Declaration
    public DrillOptions()

    Properties

    Delimiter

    It allows to set the delimiter, which is used a separator to split the given members.

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

    Items

    It allows to set the members to be either expanded or collapsed in the pivot table.

    Declaration
    [JsonPropertyName("items")]
    public List<string> Items { get; set; }
    Property Value
    Type
    List<string>

    Name

    It allows to set the field name whose members to be either expanded or collapsed in the pivot table.

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