Class
DatePickerOpenEventArgs

Provides data for the OnOpen event, allowing cancellation of the popup opening operation. Use to validate component state, check user permissions, or implement conditional popup behavior. Set IsCancelled to true to prevent the DatePicker popup from opening. Event fires before the popup renders, allowing you to block opening based on current application state.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class DatePickerOpenEventArgs : ICancellableEventArgs

Inheritance: objectDatePickerOpenEventArgs

Implements: ICancellableEventArgs

Constructors

DatePickerOpenEventArgs()

Declaration

cs-api-definition
public DatePickerOpenEventArgs()

Properties

IsCancelled

Declaration

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

Property Value

bool

Implements ICancellableEventArgs.IsCancelled