Class DataFormRadNumericEditor
Represents a numeric editor in the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls
Assembly: Telerik.Maui.Controls.dll
Syntax
public class DataFormRadNumericEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IDataFormView, IView, IElement, ITransform
Constructors
DataFormRadNumericEditor()
Declaration
public DataFormRadNumericEditor()
Fields
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
Microsoft.
|
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
Microsoft.
|
StepProperty
Identifies the Step property.
Declaration
public static readonly BindableProperty StepProperty
Field Value
Microsoft.
|
StringFormatProperty
Identifies the String
Declaration
public static readonly BindableProperty StringFormatProperty
Field Value
Microsoft.
|
Properties
Maximum
Gets or sets the maximum value of the Rad
Declaration
public Nullable<double> Maximum { get; set; }
Property Value
System.
|
Minimum
Gets or sets the minimum value of the Rad
Declaration
public Nullable<double> Minimum { get; set; }
Property Value
System.
|
Step
Gets or sets the increment step of the Rad
Declaration
public Nullable<double> Step { get; set; }
Property Value
System.
|
StringFormat
Gets or sets the string format of the Rad
Declaration
public string StringFormat { get; set; }
Property Value
System.
|