Class
DecimalNumberPromptDialogContext

Represents context for the DecimalNumberPromptDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
public class DecimalNumberPromptDialogContext : RadSpreadsheetDialogContext

Inheritance: objectRadSpreadsheetDialogContextDecimalNumberPromptDialogContext

Inherited Members RadSpreadsheetDialogContext.RadSpreadsheetRadSpreadsheetDialogContext.Owner

Constructors

DecimalNumberPromptDialogContext(RadSpreadsheet)

Initializes a new instance of the DecimalNumberPromptDialogContext class.

Declaration

cs-api-definition
public DecimalNumberPromptDialogContext(RadSpreadsheet radSpreadsheet)

Parameters

radSpreadsheet

RadSpreadsheet

The RAD spreadsheet.

Properties

HeaderText

Gets or sets the header text.

Declaration

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

Property Value

string

The header text.

LabelText

Gets or sets the label text.

Declaration

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

Property Value

string

The label text.

MaxValue

Gets or sets the max value.

Declaration

cs-api-definition
public double? MaxValue { get; set; }

Property Value

double?

The max value.

MinValue

Gets or sets the min value.

Declaration

cs-api-definition
public double? MinValue { get; set; }

Property Value

double?

The min value.

SelectedValue

Gets or sets the selected value.

Declaration

cs-api-definition
public double? SelectedValue { get; set; }

Property Value

double?

The selected value.