ToolbarListEditItem Constructors
An individual item within a ToolbarListEditItemCollection collection.Name | Parameters | Description |
---|---|---|
ToolbarListEditItem() | none | Initializes a new instance of the ToolbarListEditItem class with the default settings. |
ToolbarListEditItem(String, Object, String) | text, value, imageUrl | Initializes a new instance of the ToolbarListEditItem class with the specified settings. |
ToolbarListEditItem(String, Object) | text, value | Initializes a new instance of the ToolbarListEditItem class with the specified settings. |
ToolbarListEditItem(String) | text | Initializes a new instance of the ToolbarListEditItem class with the specified setting. |
See Also