menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class DataFormNumericItemBase

    Represents the base class that encapsulates the layout and numeric editor setting for a data field appearing in SfDataForm.

    Inheritance
    System.Object
    DataFormItemBase
    DataFormItem
    DataFormNumericItemBase
    DataFormNumericItem
    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
    Namespace: Syncfusion.XForms.DataForm
    Assembly: Syncfusion.SfDataForm.XForms.dll
    Syntax
    public abstract class DataFormNumericItemBase : DataFormItem, IDisposable

    Constructors

    DataFormNumericItemBase()

    Declaration
    protected DataFormNumericItemBase()

    Properties

    AllowNull

    Gets or sets a value indicating whether null value should be allowed for data field or not.

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

    CultureInfo

    Gets or sets the culture info for formatting.

    Declaration
    public CultureInfo CultureInfo { get; set; }
    Property Value
    Type
    System.Globalization.CultureInfo

    EnableGroupSeparator

    Gets or sets a value indicating whether display group separator or not.

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

    FormatString

    Gets or sets the format string to format the value.

    Declaration
    public string FormatString { get; set; }
    Property Value
    Type
    System.String

    InputAccessoryView

    Gets or sets the custom keyboard view to display when the editor becomes the first responder.

    Declaration
    public View InputAccessoryView { get; set; }
    Property Value
    Type
    Xamarin.Forms.View

    MaximumNumberDecimalDigits

    Gets or sets the maximum number decimal digits should be displayed.

    Declaration
    public int MaximumNumberDecimalDigits { get; set; }
    Property Value
    Type
    System.Int32

    SelectAllOnFocus

    Gets or sets a value indicating whether select the value on focus or not.

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

    Methods

    OnPropertyChanged(String)

    Occurs when property of DataFormNumericItem is changed.

    Declaration
    protected override void OnPropertyChanged(string propertyName = null)
    Parameters
    Type Name Description
    System.String propertyName

    The property name.

    Overrides
    DataFormItemBase.OnPropertyChanged(String)

    Implements

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