Class
FormatCellsTabContentBase<TContext>

Represents base for the FormatCellsDialog tab content classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Type Parameters:

TContext

The type of the context.

Syntax:

cs-api-definition
public abstract class FormatCellsTabContentBase<TContext> : ControlBase, IFormatCellsTabContent<TContext>, IFormatCellsTabContent where TContext : IFormatCellsTabContext

Inheritance: objectControlBaseFormatCellsTabContentBase<TContext>

Derived Classes: AlignmentTabContentBorderTabContentFillTabContentFontTabContentNumberTabContentProtectionTabContent

Implements: IFormatCellsTabContentIFormatCellsTabContent<TContext>

Inherited Members ControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)

Constructors

FormatCellsTabContentBase()

Declaration

cs-api-definition
protected FormatCellsTabContentBase()

Properties

IsPreventApplyingChanges

Gets or sets a value indicating whether application of changes will be prevented.

Declaration

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

Property Value

bool

The value indicating whether application of changes will be prevented.

Implements IFormatCellsTabContent.IsPreventApplyingChanges

Methods

CopyPropertiesFromContext(IFormatCellsTabContext)

Copies the properties from context.

Declaration

cs-api-definition
public void CopyPropertiesFromContext(IFormatCellsTabContext context)

Parameters

context

IFormatCellsTabContext

The context.

Implements IFormatCellsTabContent.CopyPropertiesFromContext(IFormatCellsTabContext)

CopyPropertiesFromContext(TContext)

Copies the properties from context.

Declaration

cs-api-definition
public abstract void CopyPropertiesFromContext(TContext context)

Parameters

context

TContext

The context.

Implements IFormatCellsTabContent<TContext>.CopyPropertiesFromContext(TContext)

CopyPropertiesToContext(IFormatCellsTabContext)

Copies the properties to context.

Declaration

cs-api-definition
public void CopyPropertiesToContext(IFormatCellsTabContext context)

Parameters

context

IFormatCellsTabContext

The context.

Implements IFormatCellsTabContent.CopyPropertiesToContext(IFormatCellsTabContext)

CopyPropertiesToContext(TContext)

Copies the properties to context.

Declaration

cs-api-definition
public abstract void CopyPropertiesToContext(TContext context)

Parameters

context

TContext

The context.

Implements IFormatCellsTabContent<TContext>.CopyPropertiesToContext(TContext)

OnApplyingChanges()

Called when changes are applying.

Declaration

cs-api-definition
public virtual void OnApplyingChanges()

Implements IFormatCellsTabContent.OnApplyingChanges()

OnWindowClosed()

Called when the window is closed.

Declaration

cs-api-definition
public virtual void OnWindowClosed()

Implements IFormatCellsTabContent.OnWindowClosed()