Class
HyperlinkDialogContext

Definition

Namespace:Telerik.WinControls.UI.Dialogs.Hyperlink

Assembly:Telerik.WinControls.RadSpreadsheet.dll

Syntax:

cs-api-definition
public class HyperlinkDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextHyperlinkDialogContext

Constructors

Initializes a new instance of the HyperlinkDialogContext class.

Declaration

cs-api-definition
public HyperlinkDialogContext(RadSpreadsheetElement radSpreadsheet, CellRange selectedCellRange)

Parameters

radSpreadsheet

RadSpreadsheetElement

The RadSpreadsheet.

selectedCellRange

CellRange

The selected cell range.

Properties

Gets the current hyperlink info.

Declaration

cs-api-definition
public HyperlinkInfo CurrentHyperlinkInfo { get; }

Property Value

HyperlinkInfo

The current hyperlink info.

Gets or sets the new cell value text.

Declaration

cs-api-definition
public string NewCellValueText { get; set; }

Property Value

string

The new cell value text.

Gets or sets the new hyperlink info.

Declaration

cs-api-definition
public HyperlinkInfo NewHyperlinkInfo { get; set; }

Property Value

HyperlinkInfo

The new hyperlink info.

Gets the selected cell range.

Declaration

cs-api-definition
public CellRange SelectedCellRange { get; }

Property Value

CellRange

The selected cell range.

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

Declaration

cs-api-definition
public bool ShouldSetCellValue { get; set; }

Property Value

bool

The should set cell value.

Methods

Applies the changes.

Declaration

cs-api-definition
public void ApplyChanges()