menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SfNumericTextBoxExt

    Inheritance
    System.Object
    SfNumericTextBox
    SfNumericTextBoxExt
    Inherited Members
    SfNumericTextBox.AllowDefaultDecimalDigits
    SfNumericTextBox.AllowNull
    SfNumericTextBox.BorderColor
    SfNumericTextBox.CultureInfo
    SfNumericTextBox.Dispose(Boolean)
    SfNumericTextBox.EnableGroupSeparator
    SfNumericTextBox.FocusChanged
    SfNumericTextBox.FontSize
    SfNumericTextBox.FormatString
    SfNumericTextBox.GroupSeparatorMode
    SfNumericTextBox.Maximum
    SfNumericTextBox.MaximumNumberDecimalDigits
    SfNumericTextBox.Minimum
    SfNumericTextBox.OnAttachedToWindow()
    SfNumericTextBox.OnEditorAction(ImeAction)
    SfNumericTextBox.OnTextChanged(ICharSequence, Int32, Int32, Int32)
    SfNumericTextBox.OnTextContextMenuItem(Int32)
    SfNumericTextBox.ParsingMode
    SfNumericTextBox.PercentDisplayMode
    SfNumericTextBox.SelectAllOnFocus
    SfNumericTextBox.SetRawInputType(InputTypes)
    SfNumericTextBox.Value
    SfNumericTextBox.ValueChanged
    SfNumericTextBox.ValueChangeMode
    SfNumericTextBox.Watermark
    SfNumericTextBox.WatermarkColor
    Namespace: Syncfusion.SfDataGrid.Android
    Assembly: Syncfusion.SfDataGrid.Android.dll
    Syntax
    public class SfNumericTextBoxExt : SfNumericTextBox

    Constructors

    SfNumericTextBoxExt(Context)

    Initializes a new instance of the SfNumericTextBoxExt class.

    Declaration
    public SfNumericTextBoxExt(Context context)
    Parameters
    Type Name Description
    Android.Content.Context context

    The content

    SfNumericTextBoxExt(Context, IAttributeSet)

    Initializes a new instance of the SfNumericTextBoxExt class.

    Declaration
    public SfNumericTextBoxExt(Context context, IAttributeSet attributes)
    Parameters
    Type Name Description
    Android.Content.Context context

    The content variable

    Android.Util.IAttributeSet attributes

    The new variable

    SfNumericTextBoxExt(Context, IAttributeSet, Int32)

    Initializes a new instance of the SfNumericTextBoxExt class.

    Declaration
    public SfNumericTextBoxExt(Context context, IAttributeSet attributes, int defaultStyle)
    Parameters
    Type Name Description
    Android.Content.Context context

    The value content

    Android.Util.IAttributeSet attributes

    The argument one

    System.Int32 defaultStyle

    The argument two

    SfNumericTextBoxExt(Context, IAttributeSet, Int32, Int32)

    Initializes a new instance of the SfNumericTextBoxExt class.

    Declaration
    public SfNumericTextBoxExt(Context context, IAttributeSet attributes, int defaultStyle, int defaultStyleResource)
    Parameters
    Type Name Description
    Android.Content.Context context

    The value content

    Android.Util.IAttributeSet attributes

    The argument one

    System.Int32 defaultStyle

    The argument two

    System.Int32 defaultStyleResource

    The argument three

    SfNumericTextBoxExt(IntPtr, JniHandleOwnership)

    Initializes a new instance of the SfNumericTextBoxExt class.

    Declaration
    public SfNumericTextBoxExt(IntPtr javaReference, JniHandleOwnership transfer)
    Parameters
    Type Name Description
    System.IntPtr javaReference
    Android.Runtime.JniHandleOwnership transfer

    Methods

    OnFocusChanged(Boolean, FocusSearchDirection, Rect)

    Occurs when focus state of this view change.

    Declaration
    protected override void OnFocusChanged(bool gainFocus, FocusSearchDirection direction, Rect previouslyFocusedRect)
    Parameters
    Type Name Description
    System.Boolean gainFocus

    Focus of the NumericTextBox

    Android.Views.FocusSearchDirection direction

    The focus direction of the NumericTextBox

    Android.Graphics.Rect previouslyFocusedRect

    The previous direction of the NumericTextBox

    Overrides
    SfNumericTextBox.OnFocusChanged(Boolean, FocusSearchDirection, Rect)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved