DateNavigatorRequestCellStateEventArgs Class
Provides data for the DateNavigator.RequestCellState event.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
Use the CellState property to set the processed cell’s state: a disabled date, a holiday, or a special date. To get the processed cell date, use the DateTime property.
Inheritance
Object
EventArgs
RoutedEventArgs
DateNavigatorRequestCellStateEventArgs
See Also