Class ProtectDialogContextBase
Provides a base for the protection dialog context.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class ProtectDialogContextBase : RadSpreadsheetDialogContext
Constructors
ProtectDialogContextBase(RadSpreadsheet, Sheet)
Initializes a new instance of the Protect
Declaration
protected ProtectDialogContextBase(RadSpreadsheet radSpreadsheet, Sheet sheet)
Parameters
Rad The RadSpreadsheet. |
Telerik. The sheet. |
ProtectDialogContextBase(RadSpreadsheet, Workbook)
Initializes a new instance of the Protect
Declaration
protected ProtectDialogContextBase(RadSpreadsheet radSpreadsheet, Workbook workbook)
Parameters
Rad The RadSpreadsheet. |
Telerik. The workbook. |
Properties
DialogHeader
Gets the dialog header.
Declaration
public abstract string DialogHeader { get; }
Property Value
System. The dialog header. |