ClassHyperlinkDialogContext
Represents context for the the HyperlinkDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class HyperlinkDialogContext : RadSpreadsheetDialogContext
Inheritance: objectRadSpreadsheetDialogContextHyperlinkDialogContext
Inherited Members
Constructors
HyperlinkDialogContext(RadSpreadsheet, CellRange)
Initializes a new instance of the HyperlinkDialogContext class.
Declaration
public HyperlinkDialogContext(RadSpreadsheet radSpreadsheet, CellRange selectedCellRange)
Parameters
radSpreadsheet
The RadSpreadsheet.
selectedCellRange
CellRange
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
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
The should set cell value.