Class
ProtectionTabContextBase

Represents base context for the protection tab of the FormatCellsDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public abstract class ProtectionTabContextBase : FormatCellsTabContextBase, IProtectionTabContext, IFormatCellsTabContext

Inheritance: objectFormatCellsTabContextBaseProtectionTabContextBase

Derived Classes: ProtectionTabContextProtectionTabContextForStyle

Implements: IFormatCellsTabContextIProtectionTabContext

Inherited Members FormatCellsTabContextBase.InitContextOverride()FormatCellsTabContextBase.OnPropertyChanged()FormatCellsTabContextBase.SuspendPropertyChangeNotification()FormatCellsTabContextBase.ResumePropertyChangeNotification()FormatCellsTabContextBase.ApplyChangesFromContext()FormatCellsTabContextBase.ApplyChangesFromContextOverride()FormatCellsTabContextBase.RadSpreadsheetFormatCellsTabContextBase.WorksheetEditorFormatCellsTabContextBase.VisibilityFormatCellsTabContextBase.CellStyle

Constructors

ProtectionTabContextBase(RadSpreadsheet, CellStyle)

Initializes a new instance of the ProtectionTabContextBase class.

Declaration

cs-api-definition
protected ProtectionTabContextBase(RadSpreadsheet radSpreadsheet, CellStyle cellStyle = null)

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

cellStyle

CellStyle

The cell style.

Properties

IsLocked

Gets or sets the isLocked.

Declaration

cs-api-definition
public bool IsLocked { get; set; }

Property Value

bool

The isLocked value.

Implements IProtectionTabContext.IsLocked