Class ToolbarDesigner.toolData
Represents the toolData class
Inheritance
System.Object
ToolbarDesigner.toolData
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.Web
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class toolData
Constructors
toolData()
Initializes the new instance of ToolbarDesigner.toolData class
Declaration
public toolData()
toolData(Int32, String)
Initializes the new instance of ToolbarDesigner.toolData class
Declaration
public toolData(int i, string txt)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | i | The identifier |
System.String | txt | The text |
Properties
id
Gets or sets the identifier
Declaration
public int id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
text
Gets or sets the text
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
getData(Int32)
Represents the getData method
Declaration
public List<ToolbarDesigner.toolData> getData(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count | The items count |
Returns
Type | Description |
---|---|
System.Collections.Generic.List<ToolbarDesigner.toolData> | This method returns the list of items |