Class
DateTimePickerOpenEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DateTimePickerOpenEventArgs : ICancellableEventArgs

Inheritance: objectDateTimePickerOpenEventArgs

Implements: ICancellableEventArgs

Constructors

DateTimePickerOpenEventArgs()

Declaration

cs-api-definition
public DateTimePickerOpenEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled