alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class FieldItemInfo

    Allows to configure the specific field infomration during UI operation at runtime.

    Inheritance
    object
    FieldItemInfo
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved