MobileTrack Nexus Documentation
C#
Show/Hide TOC
Grid
Column
TModel
,
TProperty
On
Enum
Filter
Value
Changed
Async Method
Invoked if the filter value changes (If the property type is an
Enum
)
Definition
Namespace:
BlazorBootstrap
Assembly:
BlazorBootstrap (in BlazorBootstrap.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
C#
Copy
Request Example
public
Task
OnEnumFilterValueChangedAsync
(
Object
enumValue
)
Parameters
enumValue
Object
New value
Return Value
Task
Task
completion
Implements
IGridColumn
TModel
OnEnumFilterValueChangedAsync(Object)
See Also
Reference
GridColumn
TModel, TProperty
Class
BlazorBootstrap Namespace
In This Article
Definition
Parameters
Return Value
Implements
See Also