Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloud-integration/google-cloud/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ slug: common-google-cloud-overview
position: 0
---

## Google Cloud Overview
# Google Cloud Overview

[Google Cloud Platform](https://cloud.google.com/) is a solution which allows businesses to leverage Google's infrastructure. The platform provides different services similar to those of the other most famous and widely-used providers such as Microsoft and Amazon. This section aims to provide an overview of some of the available services and show simple scenarios on how the platform can be integrated with the **Telerik UI for WinForms** controls.

Expand All @@ -26,4 +26,4 @@ You can find out more detailed information by navigating to the desired service

* [Datastore]({%slug common-google-cloud-datastore-nosql%})
* [Storage]({%slug common-google-cloud-storage%})
* [Translation]({%slug common-google-cloud-translation%})
* [Translation]({%slug common-google-cloud-translation%})
2 changes: 1 addition & 1 deletion controls/breadcrumb/properties-methods-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 3
---

## Properties
# Properties

|**Property**|**Description**|
|----|----|
Expand Down
3 changes: 3 additions & 0 deletions controls/calendar/design-time/smart-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ tags: RadCalendar, SmartTag
published: True
position: 2
---

# Smart Tag

The Smart Tag of __RadCalendar__ lets you quickly access common tasks involved with customizing appearance or setting the theme.

>caption Figure 1: The smart tag of RadCalendar.
Expand Down
2 changes: 1 addition & 1 deletion controls/calendar/features/zooming.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ position: 5
previous_url: calendar-customizing-appearance-zooming, /calendar/customizing-appearance/zooming
---

## FishEye Effect
# FishEye Effect

__RadCalendar__ has a built-in date zoom functionality.The  __Zoom-In__ operation is activated by holding the left mouse button on a particular calendar cell. The __Zoom-Out__ operation is activated when the left mouse button is released. The following properties control zooming:

Expand Down
2 changes: 1 addition & 1 deletion controls/checkedlistbox/using-spacebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 5
---

## Using the Space Bar
# Using the Space Bar

The space bar allows you to toggle selected items check state with a single hit. Pressing space bar selects current item if it is not selected. When current item is selected and the space bar key is pressed there are two cases:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 0
---

## Design time
# Design time

You can access and modify the style for different elements in __RadCommandBar__ by selecting the element and customizing its look by the *Properties* section in Visual Studio

Expand Down
2 changes: 1 addition & 1 deletion controls/desktopalert/desktopalertmanager.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 7
---

## Displaying Multiple RadDesktopAlert Instances on the Screen
# Displaying Multiple RadDesktopAlert Instances on the Screen

You can easily display multiple alerts on the screen thanks to the __DesktopAlertManager__ which takes care to calculate the alerts’ location so that they do not overlap. When shown on the screen, an alert is first registered in the __DesktopAlertManager__ which calculates its location based on the __ScreenPosition__ setting and the other desktop alerts shown on the screen having the same __ScreenPosition__ setting. In this way, alerts with the same screen position are stacked on the screen in the order of their appearance. When an alert is closed, all related alerts visible are automatically relocated to optimally utilize the screen estate.

Expand Down
2 changes: 1 addition & 1 deletion controls/editors/dateonlypicker/properties-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 4
---

## Properties
# Properties

The significant properties for __RadDateOnlyPicker__ are:

Expand Down
2 changes: 1 addition & 1 deletion controls/forms-and-dialogs/colordialog/custom-colors.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 3
---

## Custom Colors
# Custom Colors

**RadColorDialog** displays a row of slots where selected custom colors can be saved:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 3
---

## Navigation
# Navigation

When there is no enough space and not all tabs are visible, two buttons will appear. They will allow you to navigate through the tabs and select the desired one.

Expand Down
3 changes: 1 addition & 2 deletions controls/gridview/features/filtering/custom-filter-dialog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ published: True
position: 9
---


## Customizing composite filter dialog
# Customizing composite filter dialog

When you select the *Custom* item from the filter menu (*Available Filter* menu in Excel-like filtering), an appropriate dialog for creating a custom filter is shown.

Expand Down
2 changes: 1 addition & 1 deletion controls/syntax-editor/properties-methods-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 3
---

## RadSyntaxEditor's Properties
# RadSyntaxEditor's Properties

|**Property**|**Description**|
|----|----|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ published: True
position: 2
---

## Installing from Progress Control Panel
# Installing from Progress Control Panel

The Telerik UI for WinForms controls can also be installed via the [Progress Control Panel](https://docs.telerik.com/controlpanel/introduction).

Expand Down
2 changes: 2 additions & 0 deletions winforms-converter/supported-controls/radiobutton.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ published: True
position: 1
---

# RadioButton

The RadioButton is converted to [RadRadioButton]({%slug winforms/buttons/radiobutton%}). The following tables describe which properties, methods and events are removed and which are replaced with similar equivalents.

|Properties|Action|RadControls Equivalent|
Expand Down