Definition
Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public class HyperlinkDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextHyperlinkDialogContext
Constructors
Initializes a new instance of the HyperlinkDialogContext class.
C#
public HyperlinkDialogContext(RadSpreadsheetElement radSpreadsheet, CellRange selectedCellRange)
The RadSpreadsheet.
selectedCellRangeCellRangeThe selected cell range.
Properties
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.
Gets or sets the new hyperlink info.
C#
public HyperlinkInfo NewHyperlinkInfo { get; set; }
The new hyperlink info.
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()