Interface IProtectionTabContext
Represents interface for the Protection Tab Context.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IProtectionTabContext : IFormatCellsTabContext
Properties
IsLocked
Gets or sets the is locked.
Declaration
bool IsLocked { get; set; }
Property Value
System.Boolean
The lock. |