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

ListViewFilterAttribute.IsCurrentFilter Property

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

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