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