DateNavigatorRequestCellStateEventArgs Class
In This Article
Provides data for the DateNavigator.RequestCellState event.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v24.2.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