New to Telerik UI for WPFStart a free 30-day trial

Represents the content of the protection tab of the FormatCellsDialog.

Definition

Constructors

Initializes a new instance of the ProtectionTabContent class.

C#
public ProtectionTabContent()

Properties

Gets or sets the is locked value.

C#
public bool IsLocked { get; set; }
Property Value:

The is locked value.

Methods

Copies the properties from context.

C#
public override void CopyPropertiesFromContext(IProtectionTabContext context)
Parameters:contextIProtectionTabContext

The context.

Overrides: FormatCellsTabContentBase<IProtectionTabContext>.CopyPropertiesFromContext(IProtectionTabContext)

Copies the properties to context.

C#
public override void CopyPropertiesToContext(IProtectionTabContext context)
Parameters:contextIProtectionTabContext

The context.

Overrides: FormatCellsTabContentBase<IProtectionTabContext>.CopyPropertiesToContext(IProtectionTabContext)

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Called when a property is changed.

C#
protected void OnPropertyChanged(string propertyName)
Parameters:propertyNamestring

Name of the property.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged