ClassDataFormRadNumericEditor
Represents a numeric editor in the RadDataForm. The actual editor control used is RadNumericInput.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class DataFormRadNumericEditor : DataFormEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform
Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadNumericEditor
Implements:
Inherited Members
Constructors
DataFormRadNumericEditor()
Declaration
public DataFormRadNumericEditor()
Fields
MaximumProperty
Identifies the Maximum property.
Declaration
public static readonly BindableProperty MaximumProperty
Field Value
BindableProperty
MinimumProperty
Identifies the Minimum property.
Declaration
public static readonly BindableProperty MinimumProperty
Field Value
BindableProperty
StepProperty
Identifies the Step property.
Declaration
public static readonly BindableProperty StepProperty
Field Value
BindableProperty
StringFormatProperty
Identifies the StringFormat property.
Declaration
public static readonly BindableProperty StringFormatProperty
Field Value
BindableProperty
Properties
Maximum
Gets or sets the maximum value of the RadNumericInput.
Minimum
Gets or sets the minimum value of the RadNumericInput.
Step
Gets or sets the increment step of the RadNumericInput.
StringFormat
Gets or sets the string format of the RadNumericInput.