ClassProtectionTabContextBase
Class
Represents base context for the protection tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class ProtectionTabContextBase : FormatCellsTabContextBase, IProtectionTabContext, IFormatCellsTabContext
Inheritance: objectFormatCellsTabContextBaseProtectionTabContextBase
Derived Classes:
Implements:
Inherited Members
Constructors
ProtectionTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the ProtectionTabContextBase class.
Declaration
cs-api-definition
protected ProtectionTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
radSpreadsheet
The RadSpreadsheet.
cellStyle
CellStyle
The cell style.