CalendarDatePickerDateValidationErrorEventArgsThrowException Property

Gets or sets a value indicating whether Exception should be thrown.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public bool ThrowException { get; set; }

Property Value

Boolean
True if the exception should be thrown; otherwise, false.

Exceptions

ArgumentException If set to true and Exception is null.

See Also