Skip to main content

AppointmentItemsValidationEventArgs.DateTimeRange Property

Provides access to a datetime range for which the appointments are validated.

Namespace: DevExpress.Xpf.Scheduling.Reporting

Assembly: DevExpress.Xpf.Scheduling.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public DateTimeRange DateTimeRange { get; }

Property Value

Type Description
DateTimeRange

A DateTimeRange object representing the datetime range.

See Also