Class DatePickerOpenEventArgs
The class that describes the event arguments of the OnOpen event of the DatePicker.
Inheritance
System.Object
DatePickerOpenEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class DatePickerOpenEventArgs : Object, ICancellableEventArgs
Constructors
DatePickerOpenEventArgs()
Declaration
public DatePickerOpenEventArgs()
Properties
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|