Skip to content

Commit

Permalink
Merge pull request #2938 from telerik/martinivanoff-patch-1
Browse files Browse the repository at this point in the history
Update appearance.md
  • Loading branch information
martinivanoff authored Aug 13, 2024
2 parents 348111c + d6666bf commit 3024b8d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 20 deletions.
10 changes: 2 additions & 8 deletions controls/radbuttons/features/appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ Also, you can use the __RadButtons__ specific properties:

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

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

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.

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%}).

## See Also
* [Template Structures]({%slug radbuttons-styles-and-templates-template-structures%})
* [Visual Structure]({%slug radbuttons-visual-structure%})
3 changes: 1 addition & 2 deletions controls/radbuttons/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,5 +236,4 @@ __Figure 1__ shows a __RadButtons__ with the **Fluent** theme applied.
## See Also
* [Visual Structure]({%slug radbuttons-visual-structure%})
* [Commands]({%slug radbuttons-features-commands%})
* [Events]({%slug radbuttons-events%})
* [Styles and Templates]({%slug radbuttons-styles-and-templates-overview%})
* [Events]({%slug radbuttons-events%})
3 changes: 1 addition & 2 deletions controls/radbuttons/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,4 @@ The following list presents the most popular features in Telerik's __RadButtons_
## See Also
* [Getting Started]({%slug radbuttons-getting-started%})
* [Visual Structure]({%slug radbuttons-visual-structure%})
* [Events]({%slug radbuttons-events%})
* [Styles and Templates]({%slug radbuttons-styles-and-templates-overview%})
* [Events]({%slug radbuttons-events%})
3 changes: 1 addition & 2 deletions controls/radbuttons/styling-visual-states.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,5 +397,4 @@ In the next snippet the ControlTemplate of the Style will be modified in such a
## See Also
* [Commands]({%slug radbuttons-features-commands%})
* [Getting Started]({%slug radbuttons-getting-started%})
* [Styling the ButtonChrome]({%slug radbuttons-styles-and-templates-styling-buttonchrome%})
* [Modifying Default Styles]({%slug styling-apperance-modifying-default-styles%})
* [Modifying Default Styles]({%slug styling-apperance-modifying-default-styles%})
4 changes: 1 addition & 3 deletions controls/radbuttons/visual-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,4 @@ This section defines the terms and concepts used in the scope of __RadButtons__

## See Also
* [Getting Started]({%slug radbuttons-getting-started%})
* [Appearance]({%slug radbuttons-features-appearance%})
* [Styles and Templates]({%slug radbuttons-styles-and-templates-overview%})
* [Template Structures]({%slug radbuttons-styles-and-templates-template-structures%})
* [Appearance]({%slug radbuttons-features-appearance%})
4 changes: 2 additions & 2 deletions controls/radcollectionnavigator/key-properties.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The purpose of this help article is to show you the key properties of the __RadC

## ButtonsStyle

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%}).
Through RadCollectionNavigator's **ButtonStyle** property, you can define a custom style for all of its buttons.

## CommandButtonsVisibility

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

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

* [Getting Started]({%slug collectionnavigator_getting_started%})
* [Getting Started]({%slug collectionnavigator_getting_started%})
2 changes: 1 addition & 1 deletion controls/radtreeview/breaking-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Breaking Changes
page_title: Breaking Changes
description: This article lists the breaking changes introduced in the RadTreeView for WPF component through the releases.
slug: gridview-breaking-changes
slug: treeview-breaking-changes
tags: breaking, changes, backward,compadibility
published: True
position: 4
Expand Down

0 comments on commit 3024b8d

Please sign in to comment.