Class
DatePickerCloseEventArgs

The class that describes the event arguments of the OnClose event of the DatePicker.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DatePickerCloseEventArgs : ICancellableEventArgs

Inheritance: objectDatePickerCloseEventArgs

Implements: ICancellableEventArgs

Constructors

DatePickerCloseEventArgs()

Declaration

cs-api-definition
public DatePickerCloseEventArgs()

Properties

IsCancelled

Declaration

cs-api-definition
public bool IsCancelled { get; set; }

Property Value

bool

Implements ICancellableEventArgs.IsCancelled