Returns whether the key is active. Returns whether this sort key is being applied.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)

Syntax

C#
public virtual bool IsActive()
Visual Basic
Public Overridable Function IsActive As Boolean
Visual C++
public:
virtual bool IsActive()

Return Value

true if the key is being applied to records, and false if it is not.

See Also