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()
Assembly: Syncfusion.EJ.dll
Constructors
Declaration
Properties
Declaration
public bool ApplyFormatInEditMode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string CustomDataType { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ForeignKey { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string FormatString { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string GroupDisplayName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string HeaderText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public bool IsAllowedToDisplay { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsIdentity { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool IsPrimaryKey { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool NeedsHtmlEncode { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public PropertyInfo Property { get; set; }
Property Value
Type |
Description |
System.Reflection.PropertyInfo |
|
Declaration
public bool ReadOnly { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool? ShouldAdd { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
Declaration
public string Template { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public Dictionary<string, object> Validations { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
Declaration
public bool Visible { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string Watermark { get; set; }
Property Value
Type |
Description |
System.String |
|