ClassDecimalNumberPromptDialogContext
Class
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
Constructors
DecimalNumberPromptDialogContext(RadSpreadsheet)
Initializes a new instance of the DecimalNumberPromptDialogContext class.
Declaration
cs-api-definition
public DecimalNumberPromptDialogContext(RadSpreadsheet radSpreadsheet)
Parameters
radSpreadsheet
The RAD spreadsheet.
Properties
HeaderText
Gets or sets the header text.
Declaration
cs-api-definition
public string HeaderText { get; set; }
Property Value
The header text.
LabelText
Gets or sets the label text.
Declaration
cs-api-definition
public string LabelText { get; set; }
Property Value
The label text.
MaxValue
Gets or sets the max value.
Declaration
cs-api-definition
public double? MaxValue { get; set; }
Property Value
The max value.
MinValue
Gets or sets the min value.
Declaration
cs-api-definition
public double? MinValue { get; set; }
Property Value
The min value.
SelectedValue
Gets or sets the selected value.
Declaration
cs-api-definition
public double? SelectedValue { get; set; }
Property Value
The selected value.