Describes the event arguments of the OnOpen event of the DateRangePicker component.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class DateRangePickerOpenEventArgs : ICancellableEventArgs
Inheritance: objectDateRangePickerOpenEventArgs
Implements:
Constructors
C#
public DateRangePickerOpenEventArgs()
Properties
C#
public bool IsCancelled { get; set; }
Implements: