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