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