NavigationFilterInfo(String, Boolean) Constructor
Initializes a new instance of the NavigationFilterInfo class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v25.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