Skip to main content

FilterModelBase.CanBuildFilter Property

Gets whether the filter can be built.

Namespace: DevExpress.Xpf.Core.FilteringUI

Assembly: DevExpress.Xpf.Grid.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public bool CanBuildFilter { get; }

Property Value

Type Description
Boolean

true, if a filter can be built; otherwise, false.

See Also