Method CanQuickFindNavigate
- Namespace
- Innova.Prism.Library.Controllers
- Assembly
- Innova.Prism.Library.dll
CanQuickFindNavigate<ListType>(object)
Determines whether the quick find navigation can be executed.
protected bool CanQuickFindNavigate<ListType>(object obj)
Parameters
obj
objectThe object.
Returns
- bool
true
if the quick find navigation can be executed; otherwise,false
.
Type Parameters
ListType
The list type.