Skip to main content
All docs
V25.1
  • DateNavigatorRequestCellAppearanceEventArgs.DateTime Property

    Gets the cell’s date.

    Namespace: DevExpress.Xpf.Editors.DateNavigator

    Assembly: DevExpress.Xpf.Core.v25.1.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