Class Field
Allows you to configure the information retrieved from the data source for the field list.
Inheritance
System.Object
Field
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Syncfusion.EJ2.Pivot.dll
Syntax
Constructors
Field()
Declaration
Properties
ActualFilter
Declaration
public List<string> ActualFilter { get; set; }
Property Value
Type |
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
AllMember
Declaration
public string AllMember { get; set; }
Property Value
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
BaseField
It allows to set the selective field name to the field to perform aggregation.
Declaration
public string BaseField { get; set; }
Property Value
BaseItem
It allows to set the selective member of the specific field to perform aggregation.
Declaration
public string BaseItem { get; set; }
Property Value
Caption
It allows to set the field caption.
Declaration
public string Caption { get; set; }
Property Value
ChildMembers
Declaration
public List<Field> ChildMembers { get; set; }
Property Value
Type |
System.Collections.Generic.List<Field> |
CurrentMembers
Declaration
public Dictionary<string, Members> CurrentMembers { get; set; }
Property Value
Type |
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
DefaultHierarchy
Declaration
public string DefaultHierarchy { get; set; }
Property Value
ExpandAll
It allows you to expand or collapse all of the pivot table's headers for a specific field.
Declaration
public bool ExpandAll { get; set; }
Property Value
Expanded
Declaration
public bool Expanded { get; set; }
Property Value
FieldType
Declaration
public string FieldType { get; set; }
Property Value
Filter
It allows to set the current filter members to the specific field.
Declaration
public List<string> Filter { get; set; }
Property Value
Type |
System.Collections.Generic.List<System.String> |
FilterMembers
Declaration
public List<Field> FilterMembers { get; set; }
Property Value
Type |
System.Collections.Generic.List<Field> |
FilterType
It allows to change the specific field's type.
Declaration
public string FilterType { get; set; }
Property Value
It allows to set the format to the specific field.
Declaration
public string Format { get; set; }
Property Value
It allows to set the current number format string of the field.
Declaration
public string FormatString { get; set; }
Property Value
It allows to set members caption infomration of the specific field.
Declaration
public Dictionary<string, Members> FormattedMembers { get; set; }
Property Value
Type |
System.Collections.Generic.Dictionary<System.String, Members> |
It allows to set the calculated field formula.
Declaration
public string Formula { get; set; }
Property Value
HasAllMember
Declaration
public bool HasAllMember { get; set; }
Property Value
HasChildren
Declaration
public bool HasChildren { get; set; }
Property Value
HtmlAttributes
Declaration
public Dictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type |
System.Collections.Generic.Dictionary<System.String, System.Object> |
Id
It allows to set the field name.
Declaration
public string Id { get; set; }
Property Value
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
IsCalculatedField
Allows to set whether is is a calculated field or not.
Declaration
public bool IsCalculatedField { get; set; }
Property Value
IsChecked
Declaration
public bool IsChecked { get; set; }
Property Value
IsCustomField
Allows to set wheather the specific field is custom grouped or not.
Declaration
public bool IsCustomField { get; set; }
Property Value
IsExcelFilter
Allows to set the specific field for excel-like filtering.
Declaration
public bool IsExcelFilter { get; set; }
Property Value
IsHierarchy
Declaration
public bool IsHierarchy { get; set; }
Property Value
IsMembersFilled
Declaration
public bool IsMembersFilled { get; set; }
Property Value
IsNamedSets
Declaration
public bool IsNamedSets { get; set; }
Property Value
IsSelected
Allows to set whether the specific field is selected or not.
Declaration
public bool IsSelected { get; set; }
Property Value
LevelCount
Declaration
public int LevelCount { get; set; }
Property Value
Levels
Declaration
public List<Field> Levels { get; set; }
Property Value
Type |
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 |
System.Collections.Generic.Dictionary<System.String, Members> |
MemberType
Declaration
public int MemberType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
ParentHierarchy
Declaration
public string ParentHierarchy { get; set; }
Property Value
Pid
Declaration
public string Pid { get; set; }
Property Value
SearchMembers
Declaration
public List<Field> SearchMembers { get; set; }
Property Value
Type |
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
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
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
ShowRemoveIcon
It allows to set the visibility of remove icon in grouping bar button.
Declaration
public bool ShowRemoveIcon { get; set; }
Property Value
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
ShowSubTotals
It allows enable/disable sub total in pivot table.
Declaration
public bool ShowSubTotals { get; set; }
Property Value
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
Sort
It allows to set the current sort order to the specific field.
Declaration
public string Sort { get; set; }
Property Value
SpriteCssClass
Declaration
public string SpriteCssClass { get; set; }
Property Value
Tag
Declaration
public string Tag { get; set; }
Property Value
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