Skip to main content
All docs
V25.1
  • DateRangeControl.ClearCommand Property

    Removes the start and end dates of the selected range.

    Namespace: DevExpress.Xpf.Editors

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public ICommand ClearCommand { get; }

    Property Value

    Type Description
    ICommand

    A command that removes the start and end dates of the selected range.

    See Also