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