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

NavigationFilterInfo(String, Boolean) Constructor

Initializes a new instance of the NavigationFilterInfo class with specified settings.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public NavigationFilterInfo(
    string value,
    bool isActive
)

Parameters

Name Type Description
value String

The FilterString value.

isActive Boolean

Indicates whether the filter is applied.

See Also