New to Telerik UI for WPFStart a free 30-day trial

Represents base context for the protection tab of the FormatCellsDialog.

Definition

Constructors

Initializes a new instance of the ProtectionTabContextBase class.

C#
protected ProtectionTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

cellStyleCellStyle

The cell style.

Properties

Gets or sets the isLocked.

C#
public bool IsLocked { get; set; }
Property Value:

The isLocked value.

Implements: IProtectionTabContext.IsLocked