New to Telerik UI for WPFStart a free 30-day trial

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 RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

Initializes a new instance of the HyperlinkDialogContext class.

C#
public HyperlinkDialogContext(RadSpreadsheet radSpreadsheet, CellRange selectedCellRange)
Parameters:radSpreadsheetRadSpreadsheet

The RadSpreadsheet.

selectedCellRangeCellRange

The selected cell range.

Properties

Gets the current hyperlink info.

C#
public HyperlinkInfo CurrentHyperlinkInfo { get; }
Property Value:

The current hyperlink info.

Gets or sets the new cell value text.

C#
public string NewCellValueText { get; set; }
Property Value:

The new cell value text.

NewHyperlinkInfo

HyperlinkInfo

Gets or sets the new hyperlink info.

C#
public HyperlinkInfo NewHyperlinkInfo { get; set; }
Property Value:

The new hyperlink info.

Gets the selected cell range.

C#
public CellRange SelectedCellRange { get; }
Property Value:

The selected cell range.

Gets or sets a value indicating whether the cell value should be set.

C#
public bool ShouldSetCellValue { get; set; }
Property Value:

The should set cell value.

Methods

Applies the changes.

C#
public void ApplyChanges()