Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class NumericFocusEventArgs<T> - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class NumericFocusEventArgs<T>

    Interface for Focus event.

    Inheritance
    System.Object
    NumericFocusEventArgs<T>
    Namespace: Syncfusion.Blazor.Inputs
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class NumericFocusEventArgs<T> : Object
    Type Parameters
    Name Description
    T

    Specifies the type of NumericFocusEventArgs.

    Constructors

    NumericFocusEventArgs()

    Declaration
    public NumericFocusEventArgs()

    Properties

    Container

    Returns the NumericTextBox container element.

    Declaration
    public ElementReference Container { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.ElementReference

    Event

    Returns the original event arguments.

    Declaration
    public object Event { get; set; }
    Property Value
    Type Description
    System.Object

    Name

    Specifies name of the event.

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

    Value

    Returns the value of the NumericTextBox.

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved