Class ProtectionTabContextBase
Represents base context for the protection tab of the FormatCellsDialog.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class ProtectionTabContextBase : FormatCellsTabContextBase, IProtectionTabContext, IFormatCellsTabContext
Constructors
ProtectionTabContextBase(RadSpreadsheet, CellStyle)
Initializes a new instance of the Protection
Declaration
protected ProtectionTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
Rad The RadSpreadsheet. |
Telerik. The cell style. |
Properties
IsLocked
Gets or sets the isLocked.
Declaration
public bool IsLocked { get; set; }
Property Value
System. The isLocked value. |