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:
public abstract class FormatCellsTabContentBase<TContext> : ControlBase, IFormatCellsTabContent<TContext>, IFormatCellsTabContent where TContext : IFormatCellsTabContext
Inheritance: objectControlBaseFormatCellsTabContentBase<TContext>
Derived Classes:
Implements:
Inherited Members
Constructors
protected FormatCellsTabContentBase()
Properties
Gets or sets a value indicating whether application of changes will be prevented.
public bool IsPreventApplyingChanges { get; set; }
The value indicating whether application of changes will be prevented.
Implements:
Methods
Copies the properties from context.
public void CopyPropertiesFromContext(IFormatCellsTabContext context)
The context.
Implements:
Copies the properties from context.
public abstract void CopyPropertiesFromContext(TContext context)
The context.
Implements:
Copies the properties to context.
public void CopyPropertiesToContext(IFormatCellsTabContext context)
The context.
Implements:
Copies the properties to context.
public abstract void CopyPropertiesToContext(TContext context)
The context.
Implements:
Called when changes are applying.
public virtual void OnApplyingChanges()
Implements:
Called when the window is closed.
public virtual void OnWindowClosed()
Implements: