menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormNumericUpDownItem - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DataFormNumericUpDownItem

    Represents the class that encapsulates the layout and numeric up-down editor setting for data field appearing in SfDataForm.

    Inheritance
    System.Object
    DataFormItemBase
    DataFormItem
    DataFormNumericItemBase
    DataFormNumericUpDownItem
    Implements
    System.IDisposable
    Inherited Members
    DataFormItem.CounterLabelStyle
    DataFormItem.Dispose(Boolean)
    DataFormItem.Editor
    DataFormItem.EditorFontSize
    DataFormItem.EditorView
    DataFormItem.ErrorMessageColor
    DataFormItem.FocusedColor
    DataFormItem.GroupName
    DataFormItem.Height
    DataFormItem.HelperLabelStyle
    DataFormItem.HintLabelStyle
    DataFormItem.ImageSource
    DataFormItem.InvalidMessage
    DataFormItem.IsReadOnly
    DataFormItem.IsReadOnlyProperty
    DataFormItem.IsValid
    DataFormItem.LabelPosition
    DataFormItem.LabelText
    DataFormItem.LayoutOptions
    DataFormItem.Name
    DataFormItem.Order
    DataFormItem.PlaceHolderText
    DataFormItem.PropertyInfo
    DataFormItem.ShowCharCount
    DataFormItem.ShowLabel
    DataFormItem.TextInputLayoutSettings
    DataFormItem.UnfocusedColor
    DataFormItem.ValidationLabelFontSize
    DataFormItem.ValidationLabelStyle
    DataFormItem.ValidMessage
    DataFormItem.ValidMessageColor
    DataFormItemBase.CanFocus()
    DataFormItemBase.ColumnSpan
    DataFormItemBase.Dispose()
    DataFormItemBase.IsGroup
    DataFormItemBase.IsVisible
    DataFormItemBase.ItemManager
    DataFormItemBase.LabelFontSize
    DataFormItemBase.RowSpan
    DataFormItemBase.TextInputLayout
    DataFormItemBase.View
    DataFormNumericItemBase.AllowNull
    DataFormNumericItemBase.CultureInfo
    DataFormNumericItemBase.EnableGroupSeparator
    DataFormNumericItemBase.FormatString
    DataFormNumericItemBase.InputAccessoryView
    DataFormNumericItemBase.MaximumNumberDecimalDigits
    DataFormNumericItemBase.OnPropertyChanged(String)
    DataFormNumericItemBase.SelectAllOnFocus
    Namespace: Syncfusion.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public class DataFormNumericUpDownItem : DataFormNumericItemBase, IDisposable

    Constructors

    DataFormNumericUpDownItem()

    Declaration
    public DataFormNumericUpDownItem()

    Fields

    MaximumProperty

    BindableProperty of Maximum for DataFormNumericUpDownItem.

    Declaration
    public static readonly BindableProperty MaximumProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    MinimumProperty

    BindableProperty of Minimum for DataFormNumericUpDownItem.

    Declaration
    public static readonly BindableProperty MinimumProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    StepValueProperty

    BindableProperty of StepValue for DataFormNumericUpDownItem.

    Declaration
    public static readonly BindableProperty StepValueProperty
    Field Value
    Type
    Xamarin.Forms.BindableProperty

    Properties

    AutoReverse

    Gets or sets a value indicating whether autoReverse should be enabled in numeric up down.

    Declaration
    public bool AutoReverse { get; set; }
    Property Value
    Type
    System.Boolean

    Maximum

    Gets or sets the maximum value.

    Declaration
    public double Maximum { get; set; }
    Property Value
    Type
    System.Double

    Minimum

    Gets or sets the minimum value.

    Declaration
    public double Minimum { get; set; }
    Property Value
    Type
    System.Double

    ParsingMode

    Gets or sets a value that decides whether the user can parse decimal or double value.

    Declaration
    public ParsingMode ParsingMode { get; set; }
    Property Value
    Type
    ParsingMode

    PercentDisplayMode

    Gets or sets a value which specifies how to display numeric data in percent mode.

    Declaration
    public PercentDisplayMode PercentDisplayMode { get; set; }
    Property Value
    Type
    PercentDisplayMode

    SpinButtonAlignment

    Gets or sets the Spin Button Alignment.

    Declaration
    public SpinButtonAlignment SpinButtonAlignment { get; set; }
    Property Value
    Type
    SpinButtonAlignment

    StepValue

    Gets or sets the Step Value.

    Declaration
    public double StepValue { get; set; }
    Property Value
    Type
    System.Double

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved