Represents context for the the FormatCellsDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class FormatCellsDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextFormatCellsDialogContext
Inherited Members
Constructors
Initializes a new instance of the FormatCellsDialogContext class.
public FormatCellsDialogContext(RadSpreadsheet radSpreadsheet, CellStyle style)
The RadSpreadsheet.
styleCellStyleThe style.
Initializes a new instance of the FormatCellsDialogContext class.
public FormatCellsDialogContext(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting)
The RadSpreadsheet.
differentialFormattingDifferentialFormattingThe differential formatting for the condittional formatting.
Initializes a new instance of the FormatCellsDialogContext class.
public FormatCellsDialogContext(RadSpreadsheet radSpreadsheet, FormatCellsTabType? selectedTabType = null)
The RadSpreadsheet.
selectedTabTypeFormatCellsTabType?Type of the selected tab.
Properties
Gets the type of the selected tab.
public FormatCellsTabType? SelectedTabType { get; }
The type of the selected tab.
Gets the IFormatCellsTabContext with the specified tab type.
public IFormatCellsTabContext this[FormatCellsTabType tabType] { get; }
The context of the tab.
Methods
Applies the changes.
public void ApplyChanges()