Class HyperlinkDialogContext
Inherited Members
Namespace: Telerik.WinControls.UI.Dialogs.Hyperlink
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class HyperlinkDialogContext : RadSpreadsheetDialogContext
Constructors
HyperlinkDialogContext(RadSpreadsheetElement, CellRange)
Initializes a new instance of the HyperlinkDialogContext class.
Declaration
public HyperlinkDialogContext(RadSpreadsheetElement radSpreadsheet, CellRange selectedCellRange)
Parameters
RadSpreadsheetElement
radSpreadsheet
The RadSpreadsheet. |
CellRange
selectedCellRange
The selected cell range. |
Properties
CurrentHyperlinkInfo
Gets the current hyperlink info.
Declaration
public HyperlinkInfo CurrentHyperlinkInfo { get; }
Property Value
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
HyperlinkInfo
The new hyperlink info. |
SelectedCellRange
Gets the selected cell range.
Declaration
public CellRange SelectedCellRange { get; }
Property Value
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()