Class TemplateContext
Inheritance
System.Object
TemplateContext
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
public class TemplateContext
Constructors
TemplateContext()
Declaration
Properties
Axis
Declaration
public string Axis { get; set; }
Property Value
ColumnHeaders
Declaration
public string ColumnHeaders { get; set; }
Property Value
ColumnIndex
Declaration
public double ColumnIndex { get; set; }
Property Value
ColumnSpan
Declaration
public double ColumnSpan { get; set; }
Property Value
FieldName
Declaration
public string FieldName { get; set; }
Property Value
FormattedText
Declaration
public string FormattedText { get; set; }
Property Value
HasChild
Declaration
public bool HasChild { get; set; }
Property Value
IsDrilled
Declaration
public bool IsDrilled { get; set; }
Property Value
IsGrandTotal
Declaration
public bool IsGrandTotal { get; set; }
Property Value
IsTotal
Declaration
public bool IsTotal { get; set; }
Property Value
Declaration
public string RowHeaders { get; set; }
Property Value
RowIndex
Declaration
public double RowIndex { get; set; }
Property Value
RowSpan
Declaration
public double RowSpan { get; set; }
Property Value
Value
Declaration
public double Value { get; set; }
Property Value
ValueSortInfo
Declaration
public Dictionary<string, object> ValueSortInfo { get; set; }
Property Value
Type |
System.Collections.Generic.Dictionary<System.String, System.Object> |