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