Skip to main content
All docs
V23.2

DateRangeControl.ClearCommand Property

Removes the start and end dates of the selected range.

Namespace: DevExpress.Xpf.Editors

Assembly: DevExpress.Xpf.Core.v23.2.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