Skip to main content
A newer version of this page is available. .

DateNavigatorRequestCellStateEventArgs Class

Provides data for the DateNavigator.RequestCellState event.

Namespace: DevExpress.Xpf.Editors.DateNavigator

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public class DateNavigatorRequestCellStateEventArgs :
    RoutedEventArgs

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