Class
DateRangePickerOpenEventArgs

Describes the event arguments of the OnOpen event of the DateRangePicker component.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DateRangePickerOpenEventArgs : ICancellableEventArgs

Inheritance: objectDateRangePickerOpenEventArgs

Implements: ICancellableEventArgs

Constructors

DateRangePickerOpenEventArgs()

Declaration

cs-api-definition
public DateRangePickerOpenEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled