From 00f724c513306a92b61a071773b76ef0a5eac42c Mon Sep 17 00:00:00 2001 From: Marin Bratanov Date: Tue, 9 May 2017 16:13:02 +0300 Subject: [PATCH] docs(common) update server API reference for R2 2017 --- .../Telerik.Web.UI/SpreadsheetStrings.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/api/server/Telerik.Web.UI/SpreadsheetStrings.md b/api/server/Telerik.Web.UI/SpreadsheetStrings.md index 18f449f420..688bdc6820 100644 --- a/api/server/Telerik.Web.UI/SpreadsheetStrings.md +++ b/api/server/Telerik.Web.UI/SpreadsheetStrings.md @@ -17,6 +17,22 @@ The localization strings to be used in RadSpreadsheet. ## Properties +### ConfirmationDialogCancel `String` + +Gets or sets the text of the confirmation dialog cancel button. + +### ConfirmationDialogOK `String` + +Gets or sets the text of the confirmation dialog ok button. + +### ConfirmationDialogText `String` + +Gets or sets the text of the confirmation dialog. + +### ConfirmationDialogTitle `String` + +Gets or sets the title of the confirmation dialog. + ### ContextMenuCopy `String` Gets or sets the text of the context menu copy command. @@ -177,6 +193,34 @@ Gets or sets the hyperlink title text. Gets or sets the hyperlink url label text. +### MessageDialogDuplicateSheetName `String` + +Gets or sets the text of the duplicate sheet name dialog. + +### MessageDialogIncompatibleRanges `String` + +Gets or sets the text of the incompatible ranges dialog. + +### MessageDialogModifyMerged `String` + +Gets or sets the text of the modify merged dialog. + +### MessageDialogNoFillDirection `String` + +Gets or sets the text of the no fill direction dialog. + +### MessageDialogOverflow `String` + +Gets or sets the text of the overflow dialog. + +### MessageDialogRangeDisabled `String` + +Gets or sets the text of the range disabled dialog. + +### MessageDialogUnsupportedSelection `String` + +Gets or sets the text of the unsupported selection dialog. + ### MessageDialogUseKeyboardOK `String` Gets or sets the text of the use keyboard message dialog ok button.