DateNavigatorRequestCellStateEventArgs.DateTime Property
Gets the current cell’s date.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| DateTime | A cell’s date. |
Remarks
Use the CellState property to set the processed cell’s state: a disabled date or a special date. To get the processed cell date, use the DateTime property.
See Also