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 ProtectionTabContextBase class.
Declaration
protected ProtectionTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.PropertySystem.CellStyle
cellStyle
The cell style. |
Properties
IsLocked
Gets or sets the isLocked.
Declaration
public bool IsLocked { get; set; }
Property Value
System.Boolean
The isLocked value. |