Table of Contents

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 object

The object.

Returns

bool

true if the quick find navigation can be executed; otherwise, false.

Type Parameters

ListType

The list type.