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