menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Metadata

    Show / Hide Table of Contents

    Class Metadata

    Inheritance
    System.Object
    Metadata
    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.JavaScript
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Metadata

    Constructors

    Metadata()

    Declaration
    public Metadata()

    Properties

    ApplyFormatInEditMode

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

    CustomDataType

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

    ForeignKey

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

    FormatString

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

    GroupDisplayName

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

    HeaderText

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

    IsAllowedToDisplay

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

    IsIdentity

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

    IsPrimaryKey

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

    NeedsHtmlEncode

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

    Property

    Declaration
    public PropertyInfo Property { get; set; }
    Property Value
    Type Description
    System.Reflection.PropertyInfo

    ReadOnly

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

    ShouldAdd

    Declaration
    public bool? ShouldAdd { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Template

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

    Validations

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

    Visible

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

    Watermark

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