Class
ProtectionTabContent

Represents the content of 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 ProtectionTabContent : FormatCellsTabContentBase<IProtectionTabContext>, IFormatCellsTabContent<IProtectionTabContext>, IFormatCellsTabContent, INotifyPropertyChanged

Inheritance: objectControlBaseFormatCellsTabContentBase<IProtectionTabContext>ProtectionTabContent

Implements: IFormatCellsTabContentIFormatCellsTabContent<IProtectionTabContext>INotifyPropertyChanged

Inherited Members FormatCellsTabContentBase<IProtectionTabContext>.CopyPropertiesToContext(IFormatCellsTabContext)FormatCellsTabContentBase<IProtectionTabContext>.CopyPropertiesFromContext(IFormatCellsTabContext)FormatCellsTabContentBase<IProtectionTabContext>.OnApplyingChanges()FormatCellsTabContentBase<IProtectionTabContext>.OnWindowClosed()FormatCellsTabContentBase<IProtectionTabContext>.IsPreventApplyingChangesControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

ProtectionTabContent()

Initializes a new instance of the ProtectionTabContent class.

Declaration

cs-api-definition
public ProtectionTabContent()

Properties

IsLocked

Gets or sets the is locked value.

Declaration

cs-api-definition
public bool IsLocked { get; set; }

Property Value

bool

The is locked value.

Methods

CopyPropertiesFromContext(IProtectionTabContext)

Copies the properties from context.

Declaration

cs-api-definition
public override void CopyPropertiesFromContext(IProtectionTabContext context)

Parameters

context

IProtectionTabContext

The context.

Overrides FormatCellsTabContentBase<IProtectionTabContext>.CopyPropertiesFromContext(IProtectionTabContext)

CopyPropertiesToContext(IProtectionTabContext)

Copies the properties to context.

Declaration

cs-api-definition
public override void CopyPropertiesToContext(IProtectionTabContext context)

Parameters

context

IProtectionTabContext

The context.

Overrides FormatCellsTabContentBase<IProtectionTabContext>.CopyPropertiesToContext(IProtectionTabContext)

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnPropertyChanged(string)

Called when a property is changed.

Declaration

cs-api-definition
protected void OnPropertyChanged(string propertyName)

Parameters

propertyName

string

Name of the property.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged