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