Interface IFormatCellsTabContext
Defines members for the format cells tabs classes.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public interface IFormatCellsTabContext
Properties
RadSpreadsheet
Gets the RadSpreadsheet.
Declaration
RadSpreadsheet RadSpreadsheet { get; }
Property Value
RadSpreadsheet
The RadSpreadsheet. |
Visibility
Gets or sets the visibility.
Declaration
Visibility Visibility { get; set; }
Property Value
System.Windows.Visibility
The visibility. |
Methods
ApplyChangesFromContext()
Applies the changes from context.
Declaration
void ApplyChangesFromContext()