NavigationFilterInfo Struct
Contains information about the filter.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public struct NavigationFilterInfo :
IEquatable<NavigationFilterInfo>
Related API Members
The following members return NavigationFilterInfo objects:
Remarks
Use the NavigationFilterInfo
instances to obtain information about the navigation component’s filter.
Implements
See Also