Class CustomUnorderedList
Class CustomUnorderedList.
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 CustomUnorderedList : EJTagHelper
Constructors
CustomUnorderedList()
Declaration
public CustomUnorderedList()
Properties
Css
Gets or sets the CSS.
Declaration
[JsonProperty("css")]
public string Css { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CSS. |
ListImage
Gets or sets the list image.
Declaration
[JsonProperty("listImage")]
public string ListImage { get; set; }
Property Value
Type | Description |
---|---|
System.String | The list image. |
ListStyle
Gets or sets the list style.
Declaration
[JsonProperty("listStyle")]
public string ListStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The list style. |
Name
Gets or sets the name.
Declaration
[JsonProperty("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The name. |
Text
Gets or sets the text.
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The text. |
Tooltip
Gets or sets the tooltip.
Declaration
[JsonProperty("tooltip")]
public string Tooltip { get; set; }
Property Value
Type | Description |
---|---|
System.String | The tooltip. |