Skip to content

Commit b294189

Browse files
committed
chore(docs): Replace http with https in docs
1 parent 671dfae commit b294189

File tree

1,642 files changed

+104500
-104500
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,642 files changed

+104500
-104500
lines changed

LICENSE

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apache License
22
Version 2.0, January 2004
3-
http://www.apache.org/licenses/
3+
https://www.apache.org/licenses/
44

55
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
66

@@ -192,7 +192,7 @@
192192
you may not use this file except in compliance with the License.
193193
You may obtain a copy of the License at
194194

195-
http://www.apache.org/licenses/LICENSE-2.0
195+
https://www.apache.org/licenses/LICENSE-2.0
196196

197197
Unless required by applicable law or agreed to in writing, software
198198
distributed under the License is distributed on an "AS IS" BASIS,

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ publish: false
55

66
# Telerik® UI for ASP.NET AJAX Documentation
77

8-
Welcome to the GitHub repo for [UI for ASP.NET AJAX](http://www.telerik.com/products/aspnet-ajax.aspx) documentation. This repository contains the source content — written in Markdown — that we use to power Telerik® UI for ASP.NET AJAX Documentation at [http://docs.telerik.com/devtools/aspnet-ajax/introduction](http://docs.telerik.com/devtools/aspnet-ajax/introduction). If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to [http://docs.telerik.com/devtools/aspnet-ajax/introduction](http://docs.telerik.com/devtools/aspnet-ajax/introduction) where our content is prettified and searchable.
8+
Welcome to the GitHub repo for [UI for ASP.NET AJAX](https://www.telerik.com/products/aspnet-ajax.aspx) documentation. This repository contains the source content — written in Markdown — that we use to power Telerik® UI for ASP.NET AJAX Documentation at [https://docs.telerik.com/devtools/aspnet-ajax/introduction](https://docs.telerik.com/devtools/aspnet-ajax/introduction). If you've arrived here wanting to search and peruse our docs, you'd be better served heading over to [https://docs.telerik.com/devtools/aspnet-ajax/introduction](https://docs.telerik.com/devtools/aspnet-ajax/introduction) where our content is prettified and searchable.
99

1010
## Running Locally
1111

@@ -19,7 +19,7 @@ You can generate a static web site from the Telerik® UI for ASP.NET AJAX docume
1919

2020
## License
2121

22-
The Telerik® UI for ASP.NET AJAX Documentation is licensed under an MIT license. This license applies to the markdown (.md) files in this site **ONLY**, and does not convey, override or modify any existing licenses covering the runtime source and components of Telerik® UI for ASP.NET AJAX. For information about available licenses for the Telerik® UI for ASP.NET AJAX click [here](http://www.telerik.com/purchase/license-agreement/aspnet-ajax).
22+
The Telerik® UI for ASP.NET AJAX Documentation is licensed under an MIT license. This license applies to the markdown (.md) files in this site **ONLY**, and does not convey, override or modify any existing licenses covering the runtime source and components of Telerik® UI for ASP.NET AJAX. For information about available licenses for the Telerik® UI for ASP.NET AJAX click [here](https://www.telerik.com/purchase/license-agreement/aspnet-ajax).
2323

2424
### MIT License
2525

_config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1817,8 +1817,8 @@ footer:
18171817
title: "Getting Started"
18181818
links:
18191819
"Install Now": https://www.telerik.com/download-trial-file/v2-b/ui-for-asp.net-ajax
1820-
"Demos": http://demos.telerik.com/aspnet-ajax/
1821-
"Responsive Demos": http://demos.telerik.com/responsive-web-design-aspnet/samples.aspx
1820+
"Demos": https://demos.telerik.com/aspnet-ajax/
1821+
"Responsive Demos": https://demos.telerik.com/responsive-web-design-aspnet/samples.aspx
18221822
"Sample Applications": https://www.telerik.com/aspnet-ajax/sample-applications
18231823
-
18241824
title: "Support Resources"
@@ -1831,8 +1831,8 @@ footer:
18311831
links:
18321832
"Forums": https://www.telerik.com/forums/aspnet-ajax
18331833
"Blogs": https://www.telerik.com/blogs/.net
1834-
"Feedback Portal": http://feedback.telerik.com/Project/108
1835-
"Document Processing Feedback Portal": http://feedback.telerik.com/Project/184
1834+
"Feedback Portal": https://feedback.telerik.com/Project/108
1835+
"Document Processing Feedback Portal": https://feedback.telerik.com/Project/184
18361836

18371837
footer_social:
18381838
facebook: https://www.facebook.com/Telerik/

api/client/Telerik.Web.UI.RadTreeView.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Writes the changes to the TreeView that were made since a previous call to track
8383

8484
### findNodeByAbsoluteUrl
8585

86-
Returns the first RadTreeNode object whose NavigateUrl property is equal to the passed parameter. Note that the parameter should ends with "/" like: var item = sender.findNodeByAbsoluteUrl("http://www.test.com/");
86+
Returns the first RadTreeNode object whose NavigateUrl property is equal to the passed parameter. Note that the parameter should ends with "/" like: var item = sender.findNodeByAbsoluteUrl("https://www.test.com/");
8787

8888
#### Parameters
8989

api/server/Telerik.Web.UI.Barcode/KanjiMode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.Barcode.KanjiMode
77
# Telerik.Web.UI.Barcode.KanjiMode
88

99
Kanji ECI mode for QRCode.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/barcode/qrcode.html QRCodeSettingsfor more information
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/barcode/qrcode.html QRCodeSettingsfor more information
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI.Calendar.Collections/CalendarDayCollection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.Calendar.Collections.CalendarDayCollection
77
# Telerik.Web.UI.Calendar.Collections.CalendarDayCollection
88

99
Summary description for CalendarDayCollection.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/templates/radcalendar-day-templates Special Daysfor more information.
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/templates/radcalendar-day-templates Special Daysfor more information.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI.Calendar.Collections/CalendarDayTemplateCollection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.Calendar.Collections.CalendarDayTemplateCollection
77
# Telerik.Web.UI.Calendar.Collections.CalendarDayTemplateCollection
88

99
Summary description for DayTemplatess.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/templates/radcalendar-day-templates Day Templatesfor more information.
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/templates/radcalendar-day-templates Day Templatesfor more information.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI.Calendar.Collections/CalendarViewCollection.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ description: Telerik.Web.UI.Calendar.Collections.CalendarViewCollection
66

77
# Telerik.Web.UI.Calendar.Collections.CalendarViewCollection
88

9-
CalendarView collection. See http://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/functionality/multi-view-mode Multi-View Modefor general information aboout this mode.
10-
You can also find code example in the and http://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/functionality/title-settings#title-customization Title Settingstopic.
9+
CalendarView collection. See https://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/functionality/multi-view-mode Multi-View Modefor general information aboout this mode.
10+
You can also find code example in the and https://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/functionality/title-settings#title-customization Title Settingstopic.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI.Calendar.Collections/DateTimeCollection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.Calendar.Collections.DateTimeCollection
77
# Telerik.Web.UI.Calendar.Collections.DateTimeCollection
88

99
Collection containing dates of type Telerik.Web.UI.RadDate .
10-
Used in http://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/functionality/date-selection Date Selectionfunctionality
10+
Used in https://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/functionality/date-selection Date Selectionfunctionality
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI.Calendar.View/CalendarView.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.Calendar.View.CalendarView
77
# Telerik.Web.UI.Calendar.View.CalendarView
88

99
Summary description for CalendarView.
10-
Related to http://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/functionality/multi-view-mode Multi-View Modefunctionality.
10+
Related to https://docs.telerik.com/devtools/aspnet-ajax/controls/calendar/functionality/multi-view-mode Multi-View Modefunctionality.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI.Calendar/DatePickerClientEvents.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.Calendar.DatePickerClientEvents
77
# Telerik.Web.UI.Calendar.DatePickerClientEvents
88

99
Summary description for DatePickerClientEvents.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/datepicker/client-side-programming/events/overview.html Client Eventsfor more information.
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/datepicker/client-side-programming/events/overview.html Client Eventsfor more information.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI.Calendar/MonthYearPickerClientEvents.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.Calendar.MonthYearPickerClientEvents
77
# Telerik.Web.UI.Calendar.MonthYearPickerClientEvents
88

99
Summary description for MonthYearPickerClientEvents.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/monthyearpicker/client-side-programming/events/overview.html Client Eventsfor more information.
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/monthyearpicker/client-side-programming/events/overview.html Client Eventsfor more information.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI.Diagram/ShapeDefaults.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Defines the minimum width the shape should have, i.e. it cannot be resized to a
6262

6363
### Path `String`
6464

65-
The path option of a Shape is a description of a custom geometry. The format follows the standard SVG format (http://www.w3.org/TR/SVG/paths.html#PathData "SVG Path data.").
65+
The path option of a Shape is a description of a custom geometry. The format follows the standard SVG format (https://www.w3.org/TR/SVG/paths.html#PathData "SVG Path data.").
6666

6767
### RotationSettings `ShapeRotation`
6868

api/server/Telerik.Web.UI.Editor.Content/CssExpressionSanitizer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Telerik.Web.UI.Editor.Content.CssExpressionSanitizer
66

77
# Telerik.Web.UI.Editor.Content.CssExpressionSanitizer
88

9-
Sanitizer targeting specificly the http://blogs.msdn.com/b/ie/archive/2008/10/16/ending-expressions.aspx Css expressionproperty in IE browsers
9+
Sanitizer targeting specificly the https://blogs.msdn.com/b/ie/archive/2008/10/16/ending-expressions.aspx Css expressionproperty in IE browsers
1010

1111
## Inheritance Hierarchy
1212

api/server/Telerik.Web.UI.Editor.MarkdownSharp/Markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ returns an array of HTML tokens comprising the input string. Each token is
355355
### Transform
356356

357357
Transforms the provided Markdown-formatted text to HTML;
358-
see http://en.wikipedia.org/wiki/Markdown
358+
see https://en.wikipedia.org/wiki/Markdown
359359

360360
#### Remarks
361361
The order in which other subs are called here is

api/server/Telerik.Web.UI.ImageEditor/EditableImage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ A double value between 0.00 - 1.00, representing the opacity. Passing 1 means no
9696
Checks whether the PixelFormat of an image is indexed or not and returns FALSE if it is indexed, and TRUE if it is NOT indexed.
9797

9898
This method is used to determine which method will be used when creating new bitmaps, because the Graphics.FromImage method throws exceptions
99-
in some scenarios. http://msdn.microsoft.com/en-us/library/system.drawing.graphics.fromimage.aspx
99+
in some scenarios. https://msdn.microsoft.com/en-us/library/system.drawing.graphics.fromimage.aspx
100100

101101
#### Parameters
102102

api/server/Telerik.Web.UI/AjaxSettingsCollection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.AjaxSettingsCollection
77
# Telerik.Web.UI.AjaxSettingsCollection
88

99
AjaxSettings collection.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/ajax/radajaxmanager/how-to/add-ajaxsettings-programmatically AjaxSettingsfor more information.
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/ajax/radajaxmanager/how-to/add-ajaxsettings-programmatically AjaxSettingsfor more information.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI/CdnSettings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Gets or sets the base URL of the CDN that hosts the control scripts.
3939
#### Remarks
4040
In order to obtain the URL for a specific resource, RadScriptManager will combine the
4141
base URL with the suite name (ajax) and the current version.
42-
For example: http://aspnet-scripts.telerikstatic.com/ajax/2009.3.1207/Common/Core.js
42+
For example: https://aspnet-scripts.telerikstatic.com/ajax/2009.3.1207/Common/Core.js
4343

4444
If the browser supports it, the RadScriptManager will serve a gzip compressed version from the "ajaxz" folder.
4545

api/server/Telerik.Web.UI/DiagramShape.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Defines the minimum width the shape should have, i.e. it cannot be resized to a
6666

6767
### Path `String`
6868

69-
The path option of a Shape is a description of a custom geometry. The format follows the standard SVG format (http://www.w3.org/TR/SVG/paths.html#PathData "SVG Path data.").
69+
The path option of a Shape is a description of a custom geometry. The format follows the standard SVG format (https://www.w3.org/TR/SVG/paths.html#PathData "SVG Path data.").
7070

7171
### RotationSettings `ShapeRotation`
7272

api/server/Telerik.Web.UI/GridBoundColumn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ A column type for the RadGrid control that is bound to a field in a data
1313
The default data binding (when AutoGenerateColumnsproperty
1414
is set to true) generates GridBoundColumntype of columns. It
1515
displays each item from the DataSource field as text. This column is
16-
http://www.telerik.com/help/aspnet-ajax/grdeditforms.html editable(implements the
17-
http://www.telerik.com/help/aspnet-ajax/telerik.web.ui-telerik.web.ui.grideditablecolumn.html IGridEditableColumninterface) and provides by default GridTextColumnEditor, used for
16+
https://www.telerik.com/help/aspnet-ajax/grdeditforms.html editable(implements the
17+
https://www.telerik.com/help/aspnet-ajax/telerik.web.ui-telerik.web.ui.grideditablecolumn.html IGridEditableColumninterface) and provides by default GridTextColumnEditor, used for
1818
editing the text in each item.GridBoundColumnhas three similar and yet different
1919
properties controlling its visibility and rendering in a browser in regular and in
2020
edit mode:bullet Display- concerns only the appearance of the column in

api/server/Telerik.Web.UI/GridDateTimeColumn.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ A column type for the RadGrid control that is bound to a field in a data
1313
The default data binding (when AutoGenerateColumnsproperty
1414
is set to true) generates GridDateTimeColumntype of column for source field which is of type DateTime. It
1515
displays each item from the DataSource field as text in regular mode. This column is
16-
http://www.telerik.com/help/aspnet-ajax/grdeditforms.html editable(implements the
17-
http://www.telerik.com/help/aspnet-ajax/telerik.web.ui-telerik.web.ui.grideditablecolumn.html IGridEditableColumninterface) and provides by default GridDateTimeColumnEditor, used for
16+
https://www.telerik.com/help/aspnet-ajax/grdeditforms.html editable(implements the
17+
https://www.telerik.com/help/aspnet-ajax/telerik.web.ui-telerik.web.ui.grideditablecolumn.html IGridEditableColumninterface) and provides by default GridDateTimeColumnEditor, used for
1818
editing the date in each item.GridDateTimeColumnhas three similar and yet different
1919
properties controlling its visibility and rendering in a browser in regular and in
2020
edit mode:bullet Display- concerns only the appearance of the column in

api/server/Telerik.Web.UI/GridHeaderContextMenu.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.GridHeaderContextMenu
77
# Telerik.Web.UI.GridHeaderContextMenu
88

99
Header context menu class.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/columns/header-context-menu Header Context Menufor more information.
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/columns/header-context-menu Header Context Menufor more information.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI/GridHeaderItem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Telerik.Web.UI.GridHeaderItem
66

77
# Telerik.Web.UI.GridHeaderItem
88

9-
GridHeaderItem class. See http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/data-items#static-rows Static Rowsfor more information.
9+
GridHeaderItem class. See https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/data-items#static-rows Static Rowsfor more information.
1010

1111
## Inheritance Hierarchy
1212

api/server/Telerik.Web.UI/GridMultiRowItem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.GridMultiRowItem
77
# Telerik.Web.UI.GridMultiRowItem
88

99
GridMultiRowItem class. Used internally to hold the multi-row items like headers and footers.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/data-items#static-rows Static Rowsfor more information about headers and footers.
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/data-items#static-rows Static Rowsfor more information about headers and footers.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI/GridPagerItem.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.GridPagerItem
77
# Telerik.Web.UI.GridPagerItem
88

99
GridPagerItem class.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/functional-items Functional Itemsfor more information about the pager item.
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/rows/functional-items Functional Itemsfor more information about the pager item.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI/GridPagingManager.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.GridPagingManager
77
# Telerik.Web.UI.GridPagingManager
88

99
Can be used in your class implementation to access the information from the PagerItem.Paging object.
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/paging/changing-the-default-pager/programmatic-pager-customization Programmatic Pager Customizationfor an example.
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/grid/functionality/paging/changing-the-default-pager/programmatic-pager-customization Programmatic Pager Customizationfor an example.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI/ImageGalleryAnimationSetting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.ImageGalleryAnimationSetting
77
# Telerik.Web.UI.ImageGalleryAnimationSetting
88

99
RadImageGallery AnimationSetting class
10-
See the http://docs.telerik.com/devtools/aspnet-ajax/controls/imagegallery/functionality/animations Animationstopic for more information.
10+
See the https://docs.telerik.com/devtools/aspnet-ajax/controls/imagegallery/functionality/animations Animationstopic for more information.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI/ImageGalleryAnimationSettings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.ImageGalleryAnimationSettings
77
# Telerik.Web.UI.ImageGalleryAnimationSettings
88

99
RadImageGallery AnimationSettings class
10-
See the http://docs.telerik.com/devtools/aspnet-ajax/controls/imagegallery/functionality/animations Animationstopic for more information.
10+
See the https://docs.telerik.com/devtools/aspnet-ajax/controls/imagegallery/functionality/animations Animationstopic for more information.
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI/ImageGalleryClientEvents.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.ImageGalleryClientEvents
77
# Telerik.Web.UI.ImageGalleryClientEvents
88

99
RadImageGallery ClientEvents class
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/imagegallery/client-side-programming/events Client-side Programming / Eventstopic for more information
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/imagegallery/client-side-programming/events Client-side Programming / Eventstopic for more information
1111

1212
## Inheritance Hierarchy
1313

api/server/Telerik.Web.UI/ImageGalleryClientSettings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Telerik.Web.UI.ImageGalleryClientSettings
77
# Telerik.Web.UI.ImageGalleryClientSettings
88

99
RadImageGallery ClientSettings class
10-
See http://docs.telerik.com/devtools/aspnet-ajax/controls/imagegallery/accessibility-and-internationalization/keyboard-support Keyboard Supporttopic for more information
10+
See https://docs.telerik.com/devtools/aspnet-ajax/controls/imagegallery/accessibility-and-internationalization/keyboard-support Keyboard Supporttopic for more information
1111

1212
## Inheritance Hierarchy
1313

0 commit comments

Comments
 (0)