Class
DatePickerOpenEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DatePickerOpenEventArgs : ICancellableEventArgs

Inheritance: objectDatePickerOpenEventArgs

Implements: ICancellableEventArgs

Constructors

DatePickerOpenEventArgs()

Declaration

cs-api-definition
public DatePickerOpenEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled