Skip to content

Commit 00f724c

Browse files
author
Marin Bratanov
committed
docs(common) update server API reference for R2 2017
1 parent bafa2dd commit 00f724c

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

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

+44
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ The localization strings to be used in RadSpreadsheet.
1717

1818
## Properties
1919

20+
### ConfirmationDialogCancel `String`
21+
22+
Gets or sets the text of the confirmation dialog cancel button.
23+
24+
### ConfirmationDialogOK `String`
25+
26+
Gets or sets the text of the confirmation dialog ok button.
27+
28+
### ConfirmationDialogText `String`
29+
30+
Gets or sets the text of the confirmation dialog.
31+
32+
### ConfirmationDialogTitle `String`
33+
34+
Gets or sets the title of the confirmation dialog.
35+
2036
### ContextMenuCopy `String`
2137

2238
Gets or sets the text of the context menu copy command.
@@ -177,6 +193,34 @@ Gets or sets the hyperlink title text.
177193

178194
Gets or sets the hyperlink url label text.
179195

196+
### MessageDialogDuplicateSheetName `String`
197+
198+
Gets or sets the text of the duplicate sheet name dialog.
199+
200+
### MessageDialogIncompatibleRanges `String`
201+
202+
Gets or sets the text of the incompatible ranges dialog.
203+
204+
### MessageDialogModifyMerged `String`
205+
206+
Gets or sets the text of the modify merged dialog.
207+
208+
### MessageDialogNoFillDirection `String`
209+
210+
Gets or sets the text of the no fill direction dialog.
211+
212+
### MessageDialogOverflow `String`
213+
214+
Gets or sets the text of the overflow dialog.
215+
216+
### MessageDialogRangeDisabled `String`
217+
218+
Gets or sets the text of the range disabled dialog.
219+
220+
### MessageDialogUnsupportedSelection `String`
221+
222+
Gets or sets the text of the unsupported selection dialog.
223+
180224
### MessageDialogUseKeyboardOK `String`
181225

182226
Gets or sets the text of the use keyboard message dialog ok button.

0 commit comments

Comments
 (0)