Interface
IFormatCellsTabContext

Defines members for the format cells tabs classes.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public interface IFormatCellsTabContext

Properties

RadSpreadsheet

Gets the RadSpreadsheet.

Declaration

cs-api-definition
RadSpreadsheet RadSpreadsheet { get; }

Property Value

RadSpreadsheet

The RadSpreadsheet.

Visibility

Gets or sets the visibility.

Declaration

cs-api-definition
Visibility Visibility { get; set; }

Property Value

Visibility

The visibility.

Methods

ApplyChangesFromContext()

Applies the changes from context.

Declaration

cs-api-definition
void ApplyChangesFromContext()