Skip to content

Commit dde43bb

Browse files
chore: fix icon order of precedence explanations
1 parent 5f9e1b2 commit dde43bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/drawer/data-bind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ The drawer items provide the following features that you control through the cor
2424

2525

2626
* `Text` - the text that will be shown on the item.
27-
* `Icon` / `IconClass` / `ImageUrl` - the [Telerik icon]({%slug general-information/font-icons%}), a class for a custom font icon, or the URL to a raster image that will be rendered in the item. They have the listed order of precedence in case more than one is present in the data (that is, an `Icon` will have the highest importance).
27+
* `ImageUrl` / `Icon` / `IconClass` - the URL to a raster image, the [Telerik icon]({%slug general-information/font-icons%}), or a class for a custom font icon that will be rendered in the item. They have the listed order of precedence in case more than one is present in the data (that is, an `ImageUrl` will have the highest importance).
2828
* `Url` - the view the item will navigate to by generating a link.
2929
* `IsSeparator` - whether the item will be a separator line instead of a clickable item.
3030

components/menu/data-binding/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The menu items provide the following features that you control through the corre
3131
* `HasChildren` - can hide child items. The menu will fetch its children from the data source based on the `Id`-`ParentId` relationships (for flat data) or on the presence of the `Items` collection (for hierarchical data). @[template](/_contentTemplates/menu/basic-example.md#has-children-behavior)
3232
* `Items` - the collection of child items that will be rendered under the current item. Required only when binding to hierarchical data.
3333
* `Text` - the text that will be shown on the item.
34-
* `ImageUrl` / `Icon` / `ImageClass` - the [Telerik icon]({%slug general-information/font-icons%}), a class for a custom font icon, or the URL to a raster image that will be rendered in the item. They have the listed order of precedence in case more than one is present in the data (that is, an `ImageUrl` will have the highest importance).
34+
* `ImageUrl` / `Icon` / `ImageClass` - the URL to a raster image, the [Telerik icon]({%slug general-information/font-icons%}), or a class for a custom font icon that will be rendered in the item. They have the listed order of precedence in case more than one is present in the data (that is, an `ImageUrl` will have the highest importance).
3535
* `Url` - the view the item will navigate to by generating a link.
3636

3737
## Data Bindings

components/treeview/data-binding/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The treeview items provide the following features that you control through the c
3333
* `HasChildren` - whether the item has children. Determines whether an expand arrow is rendered next to the item. Required for binding to flat data and for load-on-demand. With hierarchical data, the treeview will render the icon based on the existence of child items, but `HasChildren` will take precedence.
3434
* `Items` - the collection of child items that will be rendered under the current item. Required only when binding to hierarchical data.
3535
* `Text` - the text that will be shown on the item.
36-
* `ImageUrl` / `Icon` / `IconClass` - the [Telerik icon]({%slug general-information/font-icons%}), a class for a custom font icon, or the URL to a raster image that will be rendered in the item. They have the listed order of precedence in case more than one is present in the data (that is, an `ImageUrl` will have the highest importance).
36+
* `ImageUrl` / `Icon` / `IconClass` -the URL to a raster image, the [Telerik icon]({%slug general-information/font-icons%}), or a class for a custom font icon that will be rendered in the item. They have the listed order of precedence in case more than one is present in the data (that is, an `ImageUrl` will have the highest importance).
3737
* `Url` - the view the item will navigate to by generating a link.
3838

3939
## Data Bindings

0 commit comments

Comments
 (0)