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