Skip to main content
A newer version of this page is available. .
All docs
V21.2

DateNavigatorRequestCellAppearanceEventArgs.DateTime Property

Gets the cell’s date.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DateTime DateTime { get; }

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