ProtectionTabContent
Class
Represents the content of the protection tab of the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class ProtectionTabContent : FormatCellsTabContentBase<IProtectionTabContext>, IFormatCellsTabContent<IProtectionTabContext>, IFormatCellsTabContent, INotifyPropertyChanged
Inheritance: objectControlBaseFormatCellsTabContentBase<IProtectionTabContext>ProtectionTabContent
Implements:
Inherited Members
Constructors
Initializes a new instance of the ProtectionTabContent class.
C#
public ProtectionTabContent()
Properties
Methods
Copies the properties from context.
C#
public override void CopyPropertiesFromContext(IProtectionTabContext context)
The context.
Overrides:
Copies the properties to context.
C#
public override void CopyPropertiesToContext(IProtectionTabContext context)
The context.
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Called when a property is changed.
C#
protected void OnPropertyChanged(string propertyName)
Name of the property.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: