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