DateNavigatorRequestCellAppearanceEventArgs.DateTime Property
Gets the cell’s date.
Namespace: DevExpress.Xpf.Editors.DateNavigator
Assembly: DevExpress.Xpf.Core.v24.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. Use the DateTime property to get the processed cell date.
See Also