Class FormatCellsTabContentBase<TContext>
Represents base for the FormatCellsDialog tab content classes.
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public abstract class FormatCellsTabContentBase<TContext> : ControlBase, IFormatCellsTabContent<TContext>, IFormatCellsTabContent where TContext : IFormatCellsTabContext
Type Parameters
TContext
The type of the context. |
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
System.Boolean
The value indicating whether application of changes will be prevented. |
Implements
Methods
CopyPropertiesFromContext(TContext)
Copies the properties from context.
Declaration
public abstract void CopyPropertiesFromContext(TContext context)
Parameters
TContext
context
The context. |
Implements
CopyPropertiesFromContext(IFormatCellsTabContext)
Copies the properties from context.
Declaration
public void CopyPropertiesFromContext(IFormatCellsTabContext context)
Parameters
IFormatCellsTabContext
context
The context. |
Implements
CopyPropertiesToContext(TContext)
Copies the properties to context.
Declaration
public abstract void CopyPropertiesToContext(TContext context)
Parameters
TContext
context
The context. |
Implements
CopyPropertiesToContext(IFormatCellsTabContext)
Copies the properties to context.
Declaration
public void CopyPropertiesToContext(IFormatCellsTabContext context)
Parameters
IFormatCellsTabContext
context
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()