Class
DatePickerCloseEventArgs

Provides data for the OnClose event, allowing cancellation of the popup closing operation. Use to validate selected dates, prompt for confirmation, or implement required field validation. Set IsCancelled to true to prevent the DatePicker popup from closing. Event fires before the popup hides, enabling validation workflows that keep popup open until requirements are met.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DatePickerCloseEventArgs : ICancellableEventArgs

Inheritance: objectDatePickerCloseEventArgs

Implements: ICancellableEventArgs

Constructors

DatePickerCloseEventArgs()

Declaration

cs-api-definition
public DatePickerCloseEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled