IFormatCellsTabContent<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:
C#
public interface IFormatCellsTabContent<TContext> : IFormatCellsTabContent where TContext : IFormatCellsTabContext
Derived Classes:
Inherited Members
Methods
Copies the properties from context.
C#
void CopyPropertiesFromContext(TContext context)
The context.
Copies the properties to context.
C#
void CopyPropertiesToContext(TContext context)
The context.