StyleDialogContext
Represents context for the StyleDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class StyleDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextStyleDialogContext
Inherited Members
Constructors
Initializes a new instance of the StyleDialogContext class.
public StyleDialogContext(RadWorksheetEditor worksheetEditor, CellStyle style, bool isDuplicating)
The worksheet editor.
styleCellStyleThe style.
isDuplicatingboolThe value indicating whether the style name is duplicating.
Initializes a new instance of the StyleDialogContext class.
public StyleDialogContext(RadWorksheetEditor worksheetEditor, CellStyle style)
The worksheet editor.
styleCellStyleThe style.
Initializes a new instance of the StyleDialogContext class.
public StyleDialogContext(RadWorksheetEditor worksheetEditor)
The worksheet editor.
Properties
Gets a value indicating whether the style is new.
public bool IsNewStyle { get; }
The value indicating whether the style is new.
Style
CellStyle
Gets the style.
public CellStyle Style { get; }
The style.
Methods
Applies the changes.
public bool ApplyChanges()
The value indicating whether the changes were applied successfully.