NavigationFilterInfo(String, Boolean) Constructor
In This Article
Initializes a new instance of the NavigationFilterInfo class with specified settings.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
public NavigationFilterInfo(
string value,
bool isActive
)
#Parameters
Name | Type | Description |
---|---|---|
value | String | The Filter |
is |
Boolean | Indicates whether the filter is applied. |
See Also