Skip to content

Commit 3ee7adf

Browse files
svdimitrjivanova
authored andcommitted
docs(icons): next chunk
1 parent 89e6b31 commit 3ee7adf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/gantt/gantt-tree/templates/column-header.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ By default columns display the name of the corresponding field or their `Title`
6363
Width="100px">
6464
<HeaderTemplate>
6565
<span>
66-
<TelerikFontIcon Icon="image" />
66+
<TelerikFontIcon Icon=FontIcon.Image />
6767
Column with Icon
6868
</span>
6969
</HeaderTemplate>

components/gantt/timeline/templates/tooltip.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Apart from that, you can add and customize any other content - for example, icon
4545
OnDelete="@DeleteItem">
4646
<TooltipTemplate>
4747
<h5>@(((TooltipTemplateContext)context).Title)</h5>
48-
<TelerikFontIcon Class="status" Icon="rotate"></TelerikIcon>
48+
<TelerikFontIcon Class="status" Icon=FontIcon.Rotate></TelerikIcon>
4949
@(((TooltipTemplateContext)context).DataAttributes["percent"])% Completed
5050
<br />
5151
</TooltipTemplate>

knowledge-base/grids-foreign-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ own data source and return it from a service to render in the corresponding head
8989
</TelerikMultiSelect>
9090
<TelerikButton ButtonType="ButtonType.Button"
9191
Class="k-clear-button-visible ml-2"
92-
Icon="filter"
92+
Icon=FontIcon.Filter
9393
Enabled="@( FilteredRoles.Any() )"
9494
OnClick="@(async () =>
9595
{

0 commit comments

Comments
 (0)