Class HyperlinkDialogContext
Represents context for the the HyperlinkDialog.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class HyperlinkDialogContext : RadSpreadsheetDialogContext
Constructors
HyperlinkDialogContext(RadSpreadsheet, CellRange)
Initializes a new instance of the HyperlinkDialogContext class.
Declaration
public HyperlinkDialogContext(RadSpreadsheet radSpreadsheet, CellRange selectedCellRange)
Parameters
RadSpreadsheet
radSpreadsheet
The RadSpreadsheet. |
Telerik.Windows.Documents.Spreadsheet.Model.CellRange
selectedCellRange
The selected cell range. |
Properties
CurrentHyperlinkInfo
Gets the current hyperlink info.
Declaration
public HyperlinkInfo CurrentHyperlinkInfo { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.HyperlinkInfo
The current hyperlink info. |
NewCellValueText
Gets or sets the new cell value text.
Declaration
public string NewCellValueText { get; set; }
Property Value
System.String
The new cell value text. |
NewHyperlinkInfo
Gets or sets the new hyperlink info.
Declaration
public HyperlinkInfo NewHyperlinkInfo { get; set; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.HyperlinkInfo
The new hyperlink info. |
SelectedCellRange
Gets the selected cell range.
Declaration
public CellRange SelectedCellRange { get; }
Property Value
Telerik.Windows.Documents.Spreadsheet.Model.CellRange
The selected cell range. |
ShouldSetCellValue
Gets or sets a value indicating whether the cell value should be set.
Declaration
public bool ShouldSetCellValue { get; set; }
Property Value
System.Boolean
The should set cell value. |
Methods
ApplyChanges()
Applies the changes.
Declaration
public void ApplyChanges()