Class DateRangePickerCloseEventArgs
Describes the event arguments of the OnClose event of the DateRangePicker component.
Inheritance
System.Object
DateRangePickerCloseEventArgs
Namespace: Telerik.Blazor.Components
Assembly: Telerik.Blazor.dll
Syntax
public class DateRangePickerCloseEventArgs : Object, ICancellableEventArgs
Constructors
DateRangePickerCloseEventArgs()
Declaration
public DateRangePickerCloseEventArgs()
Properties
IsCancelled
Declaration
public bool IsCancelled { get; set; }
Property Value
System.Boolean
|