Skip to content

Commit 3024b8d

Browse files
Merge pull request #2938 from telerik/martinivanoff-patch-1
Update appearance.md
2 parents 348111c + d6666bf commit 3024b8d

File tree

7 files changed

+9
-20
lines changed

7 files changed

+9
-20
lines changed

controls/radbuttons/features/appearance.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ Also, you can use the __RadButtons__ specific properties:
1818

1919
* __IsBackgroundVisible__ - specifies whether the background is visible, when the button is in its __Normal__ state.
2020

21-
## Styling the RadButtons
21+
## See Also
22+
* [Customizing Button Styles]({%slug radbuttons-customizing-buttons-appearance%})
2223

23-
Applying a style to the button is the most efficient way to customize its appearance. The styles can be reused between buttons, which will make your code easier to maintain.
24-
25-
By using a __Style__ you can also entirely change the appearance of the button. This is done by modifying its __ControlTemplate__. To learn more about styling the __RadButtons__ read [here]({%slug radbuttons-styles-and-templates-overview%}).
26-
27-
## See Also
28-
* [Template Structures]({%slug radbuttons-styles-and-templates-template-structures%})
29-
* [Visual Structure]({%slug radbuttons-visual-structure%})

controls/radbuttons/getting-started.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -236,5 +236,4 @@ __Figure 1__ shows a __RadButtons__ with the **Fluent** theme applied.
236236
## See Also
237237
* [Visual Structure]({%slug radbuttons-visual-structure%})
238238
* [Commands]({%slug radbuttons-features-commands%})
239-
* [Events]({%slug radbuttons-events%})
240-
* [Styles and Templates]({%slug radbuttons-styles-and-templates-overview%})
239+
* [Events]({%slug radbuttons-events%})

controls/radbuttons/overview.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ The following list presents the most popular features in Telerik's __RadButtons_
6060
## See Also
6161
* [Getting Started]({%slug radbuttons-getting-started%})
6262
* [Visual Structure]({%slug radbuttons-visual-structure%})
63-
* [Events]({%slug radbuttons-events%})
64-
* [Styles and Templates]({%slug radbuttons-styles-and-templates-overview%})
63+
* [Events]({%slug radbuttons-events%})

controls/radbuttons/styling-visual-states.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -397,5 +397,4 @@ In the next snippet the ControlTemplate of the Style will be modified in such a
397397
## See Also
398398
* [Commands]({%slug radbuttons-features-commands%})
399399
* [Getting Started]({%slug radbuttons-getting-started%})
400-
* [Styling the ButtonChrome]({%slug radbuttons-styles-and-templates-styling-buttonchrome%})
401-
* [Modifying Default Styles]({%slug styling-apperance-modifying-default-styles%})
400+
* [Modifying Default Styles]({%slug styling-apperance-modifying-default-styles%})

controls/radbuttons/visual-structure.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,4 @@ This section defines the terms and concepts used in the scope of __RadButtons__
8787

8888
## See Also
8989
* [Getting Started]({%slug radbuttons-getting-started%})
90-
* [Appearance]({%slug radbuttons-features-appearance%})
91-
* [Styles and Templates]({%slug radbuttons-styles-and-templates-overview%})
92-
* [Template Structures]({%slug radbuttons-styles-and-templates-template-structures%})
90+
* [Appearance]({%slug radbuttons-features-appearance%})

controls/radcollectionnavigator/key-properties.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The purpose of this help article is to show you the key properties of the __RadC
1717

1818
## ButtonsStyle
1919

20-
Through RadCollectionNavigator's **ButtonStyle** property, you can define a custom style for all of its buttons. The buttons are of type **RadButton** and you can find more information on how to style them in [the following section]({%slug radbuttons-styles-and-templates-overview%}).
20+
Through RadCollectionNavigator's **ButtonStyle** property, you can define a custom style for all of its buttons.
2121

2222
## CommandButtonsVisibility
2323

@@ -41,4 +41,4 @@ By default it shows the **Add**, **Delete** and **Navigation** buttons. The **Ed
4141

4242
* [Overview]({%slug collectionnavigator_overview%})
4343

44-
* [Getting Started]({%slug collectionnavigator_getting_started%})
44+
* [Getting Started]({%slug collectionnavigator_getting_started%})

controls/radtreeview/breaking-changes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Breaking Changes
33
page_title: Breaking Changes
44
description: This article lists the breaking changes introduced in the RadTreeView for WPF component through the releases.
5-
slug: gridview-breaking-changes
5+
slug: treeview-breaking-changes
66
tags: breaking, changes, backward,compadibility
77
published: True
88
position: 4

0 commit comments

Comments
 (0)