Blazor

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

    Show / Hide Table of Contents

    Class Field

    Allows you to configure the information retrieved from the data source for the field list.

    Inheritance
    System.Object
    Field
    Namespace: Syncfusion.Blazor.PivotView
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class Field : Object

    Constructors

    Field()

    Declaration
    public Field()

    Properties

    ActualFilter

    Declaration
    public List<string> ActualFilter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    AggregateType

    It allows to set the current aggregate type to the specific field.

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

    AllMember

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

    AllowDragAndDrop

    It allows to enable/disable the drag and drop option to grouping bar and field list button.

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

    BaseField

    It allows to set the selective field name to the field to perform aggregation.

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

    BaseItem

    It allows to set the selective member of the specific field to perform aggregation.

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

    Caption

    It allows to set the field caption.

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

    ChildMembers

    Declaration
    public List<Field> ChildMembers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Field>

    CurrentMembers

    Declaration
    public Dictionary<string, Members> CurrentMembers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, Members>

    DateMember

    It allows to set date members infomration of the specific field.

    Declaration
    public List<DateMembers> DateMember { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<DateMembers>

    DefaultHierarchy

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

    Expanded

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

    FieldType

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

    Filter

    It allows to set the current filter members to the specific field.

    Declaration
    public List<string> Filter { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    FilterMembers

    Declaration
    public List<Field> FilterMembers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Field>

    FilterType

    It allows to change the specific field's type.

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

    Format

    It allows to set the format to the specific field.

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

    FormatString

    It allows to set the current number format string of the field.

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

    FormattedMembers

    It allows to set members caption infomration of the specific field.

    Declaration
    public Dictionary<string, Members> FormattedMembers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, Members>

    Formula

    It allows to set the calculated field formula.

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

    HasAllMember

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

    HasChildren

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

    HtmlAttributes

    Declaration
    public Dictionary<string, object> HtmlAttributes { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Id

    It allows to set the field name.

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

    Index

    It allows to set the exact position of the specific field situated in the given data source.

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

    IsCalculatedField

    Allows to set whether is is a calculated field or not.

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

    IsChecked

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

    IsCustomField

    Allows to set wheather the specific field is custom grouped or not.

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

    IsExcelFilter

    Allows to set the specific field for excel-like filtering.

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

    IsHierarchy

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

    IsNamedSets

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

    IsSelected

    Allows to set whether the specific field is selected or not.

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

    LevelCount

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

    Levels

    Declaration
    public List<Field> Levels { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Field>

    Members

    It allows to set members information of the specific field.

    Declaration
    public Dictionary<string, Members> Members { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, Members>

    MemberType

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

    Name

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

    ParentHierarchy

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

    Pid

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

    SearchMembers

    Declaration
    public List<Field> SearchMembers { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<Field>

    ShowEditIcon

    It allows to set the visibility of calculated field edit icon in grouping bar and field list button.

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

    ShowFilterIcon

    It allows to set the visibility of filter icon in grouping bar and field list button.

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

    ShowNoDataItems

    Allows to set the specific field to display the data items that are not in combination with respect to current report.

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

    ShowRemoveIcon

    It allows to set the visibility of remove icon in grouping bar button.

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

    ShowSortIcon

    It allows to set the visibility of sort icon in grouping bar and field list button.

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

    ShowSubTotals

    It allows enable/disable sub total in pivot table.

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

    ShowValueTypeIcon

    It allows to set the visibility of summay type drop down icon in grouping bar and field list button.

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

    Sort

    It allows to set the current sort order to the specific field.

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

    SpriteCssClass

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

    Tag

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

    Type

    It allows to set the field type to be either number or string or data or datetime.

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