Class FocusEventArgs
Defines the argument for the focus event.
Inheritance
System.Object
FocusEventArgs
Namespace: Syncfusion.Blazor.Inputs
Assembly: Syncfusion.Blazor.dll
Syntax
public class FocusEventArgs : Object
Constructors
FocusEventArgs()
Declaration
public FocusEventArgs()
Properties
Model
returns the model class.
Declaration
public object Model { get; set; }
Property Value
Type |
---|
System.Object |