Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

NavigationFilterInfo Struct

Contains information about the filter.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public struct NavigationFilterInfo :
    IEquatable<NavigationFilterInfo>

The following members return NavigationFilterInfo objects:

Remarks

Use the NavigationFilterInfo instances to obtain information about the navigation component’s filter.

View Example: Implement Custom Filter

See Also