Class DecimalNumberPromptDialogContext
Represents context for the DecimalNumberPromptDialog.
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class DecimalNumberPromptDialogContext : RadSpreadsheetDialogContext
Constructors
DecimalNumberPromptDialogContext(RadSpreadsheet)
Initializes a new instance of the DecimalNumberPromptDialogContext class.
Declaration
public DecimalNumberPromptDialogContext(RadSpreadsheet radSpreadsheet)
Parameters
RadSpreadsheet
radSpreadsheet
The RAD spreadsheet. |
Properties
HeaderText
Gets or sets the header text.
Declaration
public string HeaderText { get; set; }
Property Value
System.String
The header text. |
LabelText
Gets or sets the label text.
Declaration
public string LabelText { get; set; }
Property Value
System.String
The label text. |
MaxValue
Gets or sets the max value.
Declaration
public Nullable<double> MaxValue { get; set; }
Property Value
System.Nullable<System.Double>
The max value. |
MinValue
Gets or sets the min value.
Declaration
public Nullable<double> MinValue { get; set; }
Property Value
System.Nullable<System.Double>
The min value. |
SelectedValue
Gets or sets the selected value.
Declaration
public Nullable<double> SelectedValue { get; set; }
Property Value
System.Nullable<System.Double>
The selected value. |