@@ -42,7 +42,7 @@ This section showcases both ways to define the dependency type - by using an `in
4242 FilterMode="@GanttFilterMode.FilterMenu"
4343 FilterMenuType="@FilterMenuType.Menu">
4444 <GanttToolBarTemplate>
45- <GanttCommandButton Command="Add" Icon="add" >Add</GanttCommandButton>
45+ <GanttCommandButton Command="Add" Icon=FontIcon.Plus >Add</GanttCommandButton>
4646 </GanttToolBarTemplate>
4747 <GanttViews>
4848 <GanttWeekView></GanttWeekView>
@@ -77,8 +77,8 @@ This section showcases both ways to define the dependency type - by using an `in
7777 Width="100px">
7878 </GanttColumn>
7979 <GanttCommandColumn>
80- <GanttCommandButton Command="Add" Icon="add" ></GanttCommandButton>
81- <GanttCommandButton Command="Delete" Icon="delete" ></GanttCommandButton>
80+ <GanttCommandButton Command="Add" Icon=FontIcon.Plus ></GanttCommandButton>
81+ <GanttCommandButton Command="Delete" Icon=FontIcon.Trash ></GanttCommandButton>
8282 </GanttCommandColumn>
8383 </GanttColumns>
8484</TelerikGantt>
@@ -180,7 +180,7 @@ This section showcases both ways to define the dependency type - by using an `in
180180 FilterMode="@GanttFilterMode.FilterMenu"
181181 FilterMenuType="@FilterMenuType.Menu">
182182 <GanttToolBarTemplate>
183- <GanttCommandButton Command="Add" Icon="add" >Add</GanttCommandButton>
183+ <GanttCommandButton Command="Add" Icon=FontIcon.Plus >Add</GanttCommandButton>
184184 </GanttToolBarTemplate>
185185 <GanttViews>
186186 <GanttWeekView></GanttWeekView>
@@ -215,8 +215,8 @@ This section showcases both ways to define the dependency type - by using an `in
215215 Width="100px">
216216 </GanttColumn>
217217 <GanttCommandColumn>
218- <GanttCommandButton Command="Add" Icon="add" ></GanttCommandButton>
219- <GanttCommandButton Command="Delete" Icon="delete" ></GanttCommandButton>
218+ <GanttCommandButton Command="Add" Icon=FontIcon.Plus ></GanttCommandButton>
219+ <GanttCommandButton Command="Delete" Icon=FontIcon.Trash ></GanttCommandButton>
220220 </GanttCommandColumn>
221221 </GanttColumns>
222222</TelerikGantt>
0 commit comments