menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FieldItemInfo - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved