Class FormatCellsDialogContext
Represents context for the FormatCellsDialog.
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class FormatCellsDialogContext : RadSpreadsheetDialogContext
Constructors
FormatCellsDialogContext(RadSpreadsheetElement, Nullable<FormatCellsTabType>)
Initializes a new instance of the FormatCellsDialogContext class.
Declaration
public FormatCellsDialogContext(RadSpreadsheetElement radSpreadsheetElement, FormatCellsTabType? selectedTabType = default(FormatCellsTabType? ))
Parameters
RadSpreadsheetElement radSpreadsheetElement |
System.Nullable<FormatCellsTabType>
selectedTabType
Type of the selected tab. |
FormatCellsDialogContext(RadSpreadsheetElement, CellStyle)
Initializes a new instance of the FormatCellsDialogContext class.
Declaration
public FormatCellsDialogContext(RadSpreadsheetElement radSpreadsheetElement, CellStyle style)
Parameters
RadSpreadsheetElement radSpreadsheetElement |
CellStyle
style
The style. |
Properties
Item[FormatCellsTabType]
Gets the IFormatCellsTabContext with the specified tab type.
Declaration
public IFormatCellsTabContext this[FormatCellsTabType tabType] { get; }
Parameters
FormatCellsTabType
tabType
|
Property Value
IFormatCellsTabContext
The context of the tab. |
SelectedTabType
Gets the type of the selected tab.
Declaration
public FormatCellsTabType? SelectedTabType { get; }
Property Value
System.Nullable<FormatCellsTabType>
The type of the selected tab. |
Methods
ApplyChanges()
Applies the changes.
Declaration
public void ApplyChanges()