Skip to main content
.NET 6.0+

ListViewFilterAttribute.IsCurrentFilter Property

Indicates whether the filter is initially applied to the current List View.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public bool IsCurrentFilter { get; }

Property Value

Type Description
Boolean

true if the filter to be created is initially applied to the current List View; otherwise, false.

See Also