Class
DateRangePickerCloseEventArgs

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

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DateRangePickerCloseEventArgs : ICancellableEventArgs

Inheritance: objectDateRangePickerCloseEventArgs

Implements: ICancellableEventArgs

Constructors

DateRangePickerCloseEventArgs()

Declaration

cs-api-definition
public DateRangePickerCloseEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled