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