IFormatCellsTabContent
Interface
Defines members for the FormatCellsDialog tabs content classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public interface IFormatCellsTabContent
Derived Classes:
Properties
Gets or sets a value indicating whether application of changes will be prevented.
C#
bool IsPreventApplyingChanges { get; set; }
The value indicating whether application of changes will be prevented.
Methods
Copies the properties from context.
C#
void CopyPropertiesFromContext(IFormatCellsTabContext context)
The context.
Copies the properties to context.
C#
void CopyPropertiesToContext(IFormatCellsTabContext context)
The context.
Called when changes are applying.
C#
void OnApplyingChanges()
Called when the window is closed.
C#
void OnWindowClosed()