Class FieldItemInfo
Allows to configure the specific field infomration during UI operation at runtime.
Inheritance
System.Object
FieldItemInfo
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public class FieldItemInfo : Object
Constructors
FieldItemInfo()
Declaration
public FieldItemInfo()
Properties
Axis
Specifies the axis name where the field currently exists.
Declaration
public string Axis { get; set; }
Property Value
Type |
---|
System.String |
FieldItem
Specifies the field information as an object.
Declaration
public FieldOptions FieldItem { get; set; }
Property Value
Type |
---|
FieldOptions |
FieldName
Specifies the field name.
Declaration
public string FieldName { get; set; }
Property Value
Type |
---|
System.String |
Position
Specifies the position of the field in the exis.
Declaration
public int Position { get; set; }
Property Value
Type |
---|
System.Int32 |