Represents context for the the HyperlinkDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
C#
public class HyperlinkDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextHyperlinkDialogContext
Inherited Members
Constructors
Initializes a new instance of the HyperlinkDialogContext class.
C#
public HyperlinkDialogContext(RadSpreadsheet radSpreadsheet, CellRange selectedCellRange)
The RadSpreadsheet.
selectedCellRangeCellRangeThe selected cell range.
Properties
CurrentHyperlinkInfo
HyperlinkInfo
Gets the current hyperlink info.
C#
public HyperlinkInfo CurrentHyperlinkInfo { get; }
The current hyperlink info.
Gets or sets the new cell value text.
C#
public string NewCellValueText { get; set; }
The new cell value text.
NewHyperlinkInfo
HyperlinkInfo
Gets or sets the new hyperlink info.
C#
public HyperlinkInfo NewHyperlinkInfo { get; set; }
The new hyperlink info.
SelectedCellRange
CellRange
Gets the selected cell range.
C#
public CellRange SelectedCellRange { get; }
The selected cell range.
Gets or sets a value indicating whether the cell value should be set.
C#
public bool ShouldSetCellValue { get; set; }
The should set cell value.
Methods
Applies the changes.
C#
public void ApplyChanges()