Class ProtectionTabContent
Represents the content of the protection tab of the FormatCellsDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class ProtectionTabContent : FormatCellsTabContentBase<IProtectionTabContext>, IFormatCellsTabContent<IProtectionTabContext>, IFormatCellsTabContent, INotifyPropertyChanged
Constructors
ProtectionTabContent()
Initializes a new instance of the ProtectionTabContent class.
Declaration
public ProtectionTabContent()
Properties
IsLocked
Gets or sets the is locked value.
Declaration
public bool IsLocked { get; set; }
Property Value
System.Boolean
The is locked value. |
Methods
CopyPropertiesFromContext(IProtectionTabContext)
Copies the properties from context.
Declaration
public override void CopyPropertiesFromContext(IProtectionTabContext context)
Parameters
IProtectionTabContext
context
The context. |
Overrides
CopyPropertiesToContext(IProtectionTabContext)
Copies the properties to context.
Declaration
public override void CopyPropertiesToContext(IProtectionTabContext context)
Parameters
IProtectionTabContext
context
The context. |
Overrides
OnPropertyChanged(String)
Called when a property is changed.
Declaration
protected void OnPropertyChanged(string propertyName)
Parameters
System.String
propertyName
Name of the property. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|