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

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:

C#
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

C#
protected FormatCellsTabContentBase()

Properties

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

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

The value indicating whether application of changes will be prevented.

Implements: IFormatCellsTabContent.IsPreventApplyingChanges

Methods

Copies the properties from context.

C#
public void CopyPropertiesFromContext(IFormatCellsTabContext context)
Parameters:contextIFormatCellsTabContext

The context.

Implements: IFormatCellsTabContent.CopyPropertiesFromContext(IFormatCellsTabContext)

Copies the properties from context.

C#
public abstract void CopyPropertiesFromContext(TContext context)
Parameters:contextTContext

The context.

Implements: IFormatCellsTabContent<TContext>.CopyPropertiesFromContext(TContext)

Copies the properties to context.

C#
public void CopyPropertiesToContext(IFormatCellsTabContext context)
Parameters:contextIFormatCellsTabContext

The context.

Implements: IFormatCellsTabContent.CopyPropertiesToContext(IFormatCellsTabContext)

Copies the properties to context.

C#
public abstract void CopyPropertiesToContext(TContext context)
Parameters:contextTContext

The context.

Implements: IFormatCellsTabContent<TContext>.CopyPropertiesToContext(TContext)

Called when changes are applying.

C#
public virtual void OnApplyingChanges()

Implements: IFormatCellsTabContent.OnApplyingChanges()

Called when the window is closed.

C#
public virtual void OnWindowClosed()

Implements: IFormatCellsTabContent.OnWindowClosed()