Class ProtectionTabContextBase
Represents base context for the protection tab of the FormatCellsDialog.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class ProtectionTabContextBase : FormatCellsTabContextBase, IProtectionTabContext, IFormatCellsTabContext
Constructors
ProtectionTabContextBase(RadSpreadsheetElement, CellStyle)
Declaration
protected ProtectionTabContextBase(RadSpreadsheetElement radSpreadsheetElement, CellStyle cellStyle = null)
Parameters
RadSpreadsheetElement
radSpreadsheetElement
|
CellStyle
cellStyle
|
Properties
IsLocked
Gets or sets the isLocked.
Declaration
public bool IsLocked { get; set; }
Property Value
System.Boolean
The isLocked value. |