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:
C#
public class DatePickerOpenEventArgs : ICancellableEventArgs
Inheritance: objectDatePickerOpenEventArgs
Implements:
Constructors
C#
public DatePickerOpenEventArgs()
Properties
C#
public bool IsCancelled { get; set; }
Implements: