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

FilterControl.ApplyFilterCommand Property

Applies the filter criteria to the source control.

Namespace: DevExpress.Xpf.Editors.Filtering

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

Declaration

public ICommand ApplyFilterCommand { get; }

Property Value

Type Description
ICommand

A command that implements the ICommand interface.

Remarks

To learn more about using commands, refer to MSDN.

See Also