Class Resources
A class that holds for resources items.
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 Resources : EJTagHelper
Constructors
Resources()
Declaration
public Resources()
Properties
AllowMultiple
Gets or sets the value which indicates whether to allow multiple selection of resource names or not.
Declaration
[JsonProperty("allowMultiple")]
public bool AllowMultiple { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | It accepts the value which indicates whether to allow multiple selection of resource names or not. |
Field
Gets or sets the value for the resource field.
Declaration
[JsonProperty("field")]
public string Field { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the value for the resource field. |
Name
Gets or sets the value for the resource name.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the value for the resource name. |
ResourceSettings
Gets or sets the field names of the resources to be bound to the Schedule and also the dataSource.
Declaration
[JsonProperty("resourceSettings")]
public ResourceFields ResourceSettings { get; set; }
Property Value
Type | Description |
---|---|
ResourceFields | It accepts the field names of the resources to be bound to the Schedule and also the dataSource. |
Title
Gets or sets the value for the resource title.
Declaration
[JsonProperty("title")]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String | It accepts the value for the resource title. |