Class SfNumericTextBoxExt
Inherited Members
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 |