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