Class ProtectionTabContextForStyle
Represents context for style for the protection tab of the FormatCellsDialog.
Inheritance
System.Object
ProtectionTabContextForStyle
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.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ProtectionTabContextForStyle : ProtectionTabContextBase, IProtectionTabContext, IFormatCellsTabContext
Constructors
ProtectionTabContextForStyle(RadSpreadsheet, CellStyle)
Initializes a new instance of the ProtectionTabContextForStyle class.
Declaration
public ProtectionTabContextForStyle(RadSpreadsheet radSpreadsheet, CellStyle cellStyle)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.PropertySystem.CellStyle
cellStyle
The cell style. |
Methods
ApplyChangesFromContextOverride()
Applies the changes from context override.
Declaration
protected override void ApplyChangesFromContextOverride()
Overrides
InitContextOverride()
Initializes the context override.
Declaration
protected override void InitContextOverride()