Interface IBaseItems
Assembly: Syncfusion.EJ.dll
Syntax
public interface IBaseItems
Properties
HtmlAttributes
Declaration
IDictionary<string, object> HtmlAttributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
Id
Declaration
Property Value
Type |
Description |
System.String |
|
ImageAttributes
Declaration
IDictionary<string, object> ImageAttributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
ImageUrl
Declaration
string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
LinkAttributes
Declaration
IDictionary<string, object> LinkAttributes { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
SpriteCssClass
Declaration
string SpriteCssClass { get; set; }
Property Value
Type |
Description |
System.String |
|
Text
Declaration
string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
Property Value
Type |
Description |
System.String |
|