Class TileProperties
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 TileProperties : TilePropertiesBase
Constructors
TileProperties()
Declaration
public TileProperties()
Properties
HtmlAttributes
specifies gets or sets HtmlAttributes.
Declaration
public IDictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IDictionary<System.String, System.Object> |
Locale
Defines the localization culture for the Tile.
Declaration
[JsonProperty("locale")]
public string Locale { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MouseDown
Event triggers when the mousedown happens in the tile
Declaration
[JsonProperty("mouseDown")]
public string MouseDown { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MouseUp
Event triggers when the mouseup happens in the tile.
Declaration
[JsonProperty("mouseUp")]
public string MouseUp { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type | Description |
---|---|
System.Object |