InterfaceIFormatCellsTabContent<TContext>
Interface
Defines members for the format cells tabs content classes.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Type Parameters:
TContext
Syntax:
cs-api-definition
public interface IFormatCellsTabContent<TContext> : IFormatCellsTabContent where TContext : IFormatCellsTabContext
Inherited Members
Methods
CopyPropertiesFromContext(TContext)
Copies the properties from context.
Declaration
cs-api-definition
void CopyPropertiesFromContext(TContext context)
Parameters
context
TContext
The context.
CopyPropertiesToContext(TContext)
Copies the properties to context.
Declaration
cs-api-definition
void CopyPropertiesToContext(TContext context)
Parameters
context
TContext
The context.