Class
HyperlinkDialogContext

Represents context for the the HyperlinkDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class HyperlinkDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextHyperlinkDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

HyperlinkDialogContext(RadSpreadsheet, CellRange)

Initializes a new instance of the HyperlinkDialogContext class.

Declaration

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

Parameters

radSpreadsheet

RadSpreadsheet

The RadSpreadsheet.

selectedCellRange

CellRange

The selected cell range.

Properties

CurrentHyperlinkInfo

Gets the current hyperlink info.

Declaration

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

Property Value

HyperlinkInfo

The current hyperlink info.

NewCellValueText

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.

NewHyperlinkInfo

Gets or sets the new hyperlink info.

Declaration

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

Property Value

HyperlinkInfo

The new hyperlink info.

SelectedCellRange

Gets the selected cell range.

Declaration

cs-api-definition
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

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

Property Value

bool

The should set cell value.

Methods

ApplyChanges()

Applies the changes.

Declaration

cs-api-definition
public void ApplyChanges()