Skip to content

Commit 0a9f315

Browse files
committed
docs(api): Add client and server API to docs from Ajax Docs Full build in Jenkins for release R3 2019
1 parent 85ef6ce commit 0a9f315

File tree

9 files changed

+78
-0
lines changed

9 files changed

+78
-0
lines changed

api/server/Telerik.Web.UI.Export/Utils.md

+28
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,34 @@ BIFF: Convert from VerticalAlign to VerticalAlignment enumerations
101101

102102
`Telerik.Web.UI.ExcelBiff.VerticalAlignment`
103103

104+
### ConvertXlsxBorderStyle
105+
106+
Converts the ASP.NET BorderStyle enumeration values to Excel BorderStyle enumeration values
107+
108+
#### Parameters
109+
110+
#### borderStyle `System.Web.UI.WebControls.BorderStyle`
111+
112+
#### Returns
113+
114+
`Telerik.Windows.Documents.Spreadsheet.Model.CellBorderStyle`
115+
116+
### ConvertXlsxHorizontalAlign
117+
118+
XLSX: Convert from HorizontalAlign to HorizontalAlignment enumerations
119+
120+
#### Returns
121+
122+
`Telerik.Windows.Documents.Spreadsheet.Model.RadHorizontalAlignment`
123+
124+
### ConvertXlsxVerticalAlign
125+
126+
XLSX: Convert from VerticalAlign to VerticalAlignment enumerations
127+
128+
#### Returns
129+
130+
`Telerik.Windows.Documents.Spreadsheet.Model.RadVerticalAlignment`
131+
104132
### FontSizeToPoints
105133

106134
Converts strongly typed relative FontSize unit to points (double)

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

+5
Original file line numberDiff line numberDiff line change
@@ -1211,6 +1211,11 @@ Modifying the SortExpressions collection will result in change
12111211
will be changed.
12121212
This property's value is preserved in the ViewState.
12131213

1214+
### SortHeaderContextMenuColumns `Boolean`
1215+
1216+
Gets or sets a value indicating whether the Columns in the
1217+
will be sorted by default.
1218+
12141219
### Summary `String`
12151220

12161221
Gets or sets the 'summary' attribute for the respective table.

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

+4
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
126126
#### Remarks
127127
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
128128

129+
### EnableKeyboardNavigation `Boolean`
130+
131+
Gets or sets the enable client side navigation with keyboard.
132+
129133
### EnableRippleEffect `Boolean`
130134

131135
Returns true if ripple effect should be added

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

+8
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,14 @@ Gets or sets the value, indicating whether to render links to the embedded skins
174174
#### Remarks
175175
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
176176

177+
### EnableKeyboardNavigation `Boolean`
178+
179+
Gets or sets the enable client side navigation with keyboard.
180+
181+
### EnableKeyboardNavigation `Boolean`
182+
183+
Gets or sets the enable client side navigation with keyboard.
184+
177185
### EnableRippleEffect `Boolean`
178186

179187
Returns true if ripple effect should be added

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

+5
Original file line numberDiff line numberDiff line change
@@ -975,6 +975,11 @@ If this property is not set, the control will render using the skin named "Defau
975975

976976
Gets or sets the skin to apply to the control.
977977

978+
### SortHeaderContextMenuColumns `GridHeaderContextMenu`
979+
980+
Gets or sets a value indicating whether the Columns in the
981+
will be sorted by default.
982+
978983
### SortingSettings `GridSortingSettings`
979984

980985
Gets a reference to the object that

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

+4
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
121121
#### Remarks
122122
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
123123

124+
### EnableKeyboardNavigation `Boolean`
125+
126+
Gets or sets the enable client side navigation with keyboard.
127+
124128
### EnableRippleEffect `Boolean`
125129

126130
Returns true if ripple effect should be added

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

+12
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,18 @@ Gets or sets the value, indicating whether to render links to the embedded skins
202202
#### Remarks
203203
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
204204

205+
### EnableKeyboardNavigation `Boolean`
206+
207+
Gets or sets the enable client side navigation with keyboard.
208+
209+
### EnableKeyboardNavigation `Boolean`
210+
211+
Gets or sets the enable client side navigation with keyboard.
212+
213+
### EnableKeyboardNavigation `Boolean`
214+
215+
Gets or sets the enable client side navigation with keyboard.
216+
205217
### EnableRippleEffect `Boolean`
206218

207219
Returns true if ripple effect should be added

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

+4
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ Gets or sets the value, indicating whether to render links to the embedded skins
236236
#### Remarks
237237
If EnableEmbeddedSkins is set to false you will have to register the needed CSS files by hand.
238238

239+
### EnableKeyboardNavigation `Boolean`
240+
241+
Gets or sets the enable client side navigation with keyboard.
242+
239243
### EnableRippleEffect `Boolean`
240244

241245
Returns true if ripple effect should be added

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

+8
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ Gets or sets the text of the context menu hide row command.
6161

6262
Gets or sets the text of the context menu paste command.
6363

64+
### ContextMenuUnhideRow `String`
65+
66+
Gets or sets the text of the context menu unhide row command.
67+
68+
### ContextMenuUnideColumn `String`
69+
70+
Gets or sets the text of the context menu unhide column command.
71+
6472
### CustomFormatCancel `String`
6573

6674
Gets or sets the custom format cancel text.

0 commit comments

Comments
 (0)