Class
ProtectionTabContext

Represents 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 class ProtectionTabContext : ProtectionTabContextBase, IProtectionTabContext, IFormatCellsTabContext

Inheritance: objectFormatCellsTabContextBaseProtectionTabContextBaseProtectionTabContext

Implements: IFormatCellsTabContextIProtectionTabContext

Inherited Members ProtectionTabContextBase.IsLockedFormatCellsTabContextBase.OnPropertyChanged()FormatCellsTabContextBase.SuspendPropertyChangeNotification()FormatCellsTabContextBase.ResumePropertyChangeNotification()FormatCellsTabContextBase.ApplyChangesFromContext()FormatCellsTabContextBase.RadSpreadsheetFormatCellsTabContextBase.WorksheetEditorFormatCellsTabContextBase.VisibilityFormatCellsTabContextBase.CellStyle

Constructors

ProtectionTabContext(RadSpreadsheet)

Initializes a new instance of the ProtectionTabContext class.

Declaration

cs-api-definition
public ProtectionTabContext(RadSpreadsheet radSpreadsheet)

Parameters

radSpreadsheet

RadSpreadsheet

The RAD spreadsheet.

Methods

ApplyChangesFromContextOverride()

Applies the changes from context override.

Declaration

cs-api-definition
protected override void ApplyChangesFromContextOverride()

Overrides FormatCellsTabContextBase.ApplyChangesFromContextOverride()

InitContextOverride()

Initializes the context override.

Declaration

cs-api-definition
protected override void InitContextOverride()

Overrides FormatCellsTabContextBase.InitContextOverride()