Xamarin.iOS

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DataFormNumericItemBase

    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.CanFocus()
    DataFormItem.Dispose(Boolean)
    DataFormItem.Editor
    DataFormItem.GroupName
    DataFormItem.ImageSource
    DataFormItem.IsReadOnly
    DataFormItem.LabelText
    DataFormItem.Name
    DataFormItem.Order
    DataFormItem.PlaceHolderText
    DataFormItem.PropertyInfo
    DataFormItem.ShowLabel
    DataFormItem.InvalidMessage
    DataFormItem.ValidMessage
    DataFormItem.IsValid
    DataFormItem.LabelPosition
    DataFormItemBase.Dispose()
    DataFormItemBase.IsGroup
    DataFormItemBase.IsVisible
    DataFormItemBase.ItemManager
    DataFormItemBase.View
    DataFormItemBase.RowSpan
    DataFormItemBase.ColumnSpan
    DataFormItemBase.Height
    DataFormItemBase.AutoFitLabel
    Namespace: Syncfusion.iOS.DataForm
    Assembly: Syncfusion.SfDataForm.iOS.dll
    Syntax
    public abstract class DataFormNumericItemBase : DataFormItem, IDisposable

    Constructors

    DataFormNumericItemBase()

    Declaration
    protected DataFormNumericItemBase()

    Properties

    AllowNull

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

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

    CultureInfo

    Gets or sets the culture info for formatting.

    Declaration
    public NSLocale CultureInfo { get; set; }
    Property Value
    Type Description
    Foundation.NSLocale

    EnableGroupSeparator

    Gets or sets a value that indicates whether display group separator or not.

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

    FormatString

    Gets or sets the format string to format the value.

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

    InputAccessoryView

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

    Declaration
    public UIView InputAccessoryView { get; set; }
    Property Value
    Type Description
    UIKit.UIView

    MaximumNumberDecimalDigits

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

    Declaration
    public nint MaximumNumberDecimalDigits { get; set; }
    Property Value
    Type Description
    System.nint

    SelectAllOnFocus

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

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

    Implements

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