ClassProtectDialogContextBase
Class
Provides a base for the protection dialog context.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class ProtectDialogContextBase : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextProtectDialogContextBase
Derived Classes:
Inherited Members
Constructors
ProtectDialogContextBase(RadSpreadsheet, Sheet)
Initializes a new instance of the ProtectDialogContextBase class.
Declaration
cs-api-definition
protected ProtectDialogContextBase(RadSpreadsheet radSpreadsheet, Sheet sheet)
Parameters
radSpreadsheet
The RadSpreadsheet.
sheet
Sheet
The sheet.
ProtectDialogContextBase(RadSpreadsheet, Workbook)
Initializes a new instance of the ProtectDialogContextBase class.
Declaration
cs-api-definition
protected ProtectDialogContextBase(RadSpreadsheet radSpreadsheet, Workbook workbook)
Parameters
radSpreadsheet
The RadSpreadsheet.
workbook
Workbook
The workbook.
Properties
DialogHeader
Gets the dialog header.
Declaration
cs-api-definition
public abstract string DialogHeader { get; }
Property Value
The dialog header.