ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Field - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Field

    Inheritance
    System.Object
    Field
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Reports.EJ.Data
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class Field

    Constructors

    Field()

    Declaration
    public Field()

    Properties

    AggregateType

    Declaration
    public string AggregateType { get; set; }
    Property Value
    Type Description
    System.String

    AliasName

    Declaration
    public string AliasName { get; set; }
    Property Value
    Type Description
    System.String

    CustomProperties

    Declaration
    public Dictionary<string, object> CustomProperties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    IsDuplicate

    Declaration
    public bool IsDuplicate { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSelected

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved