Class CardSettings
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CardSettings : EJTagHelper
Constructors
CardSettings()
Declaration
public CardSettings()
Properties
ColorMapping
To customize the card border color based on assigned mapping values based on color Field mapped data source column.
Declaration
[JsonProperty("colorMapping")]
public Dictionary<string, object> ColorMapping { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.Object> | It accepts color mapping with color value and mapping value |
ColorMappings
To customize the card border color based on assigned mapping values based on color Field mapped data source column.
Declaration
public List<KeyValue> ColorMappings { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<KeyValue> | It accepts color mapping with color value and mapping value |
ExternalDropTarget
Gets or sets a value that indicates where the card is dropped.
Declaration
[JsonProperty("externalDropTarget")]
public string ExternalDropTarget { get; set; }
Property Value
Type | Description |
---|---|
System.String | It specifies where the card is dropped |
Template
Gets or sets a value that indicates to add the template for card .
Declaration
[JsonProperty("template")]
public string Template { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts template id as string |