ClassFormatCellsDialogContext
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
FormatCellsDialogContext(RadSpreadsheet, CellStyle)
Initializes a new instance of the FormatCellsDialogContext class.
Declaration
public FormatCellsDialogContext(RadSpreadsheet radSpreadsheet, CellStyle style)
Parameters
radSpreadsheet
The RadSpreadsheet.
style
CellStyle
The style.
FormatCellsDialogContext(RadSpreadsheet, DifferentialFormatting)
Initializes a new instance of the FormatCellsDialogContext class.
Declaration
public FormatCellsDialogContext(RadSpreadsheet radSpreadsheet, DifferentialFormatting differentialFormatting)
Parameters
radSpreadsheet
The RadSpreadsheet.
differentialFormatting
DifferentialFormatting
The differential formatting for the condittional formatting.
FormatCellsDialogContext(RadSpreadsheet, FormatCellsTabType?)
Initializes a new instance of the FormatCellsDialogContext class.
Declaration
public FormatCellsDialogContext(RadSpreadsheet radSpreadsheet, FormatCellsTabType? selectedTabType = null)
Parameters
radSpreadsheet
The RadSpreadsheet.
selectedTabType
Type of the selected tab.
Properties
SelectedTabType
Gets the type of the selected tab.
Declaration
public FormatCellsTabType? SelectedTabType { get; }
Property Value
The type of the selected tab.
this[FormatCellsTabType]
Gets the IFormatCellsTabContext with the specified tab type.
Declaration
public IFormatCellsTabContext this[FormatCellsTabType tabType] { get; }
Parameters
tabType
Property Value
The context of the tab.