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

DateNavigatorRequestCellStateEventArgs.DateTime Property

Gets the current cell’s date.

Namespace: DevExpress.Xpf.Editors.DateNavigator

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

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. To get the processed cell date, use the DateTime property.

See Also