Accessor which gets/sets whether the global config will show counts. The per-dimension setting overrides the global setting for that dimension.

Namespace: Endeca.Navigation
Assembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)

Syntax

C#
public OptionalBoolean ShowCounts { get; set; }
Visual Basic
Public Property ShowCounts As OptionalBoolean
	Get
	Set
Visual C++
public:
property OptionalBoolean^ ShowCounts {
	OptionalBoolean^ get ();
	void set (OptionalBoolean^ value);
}

Field Value

An
CopyC#
OptionalBoolean
that specifies whether the dimension value will show counts.
CopyC#
TRUE
indicates the dimension value will display counts and
CopyC#
FALSE
indicates the dimension value will not. If the
CopyC#
OptionalBoolean
is empty, then the default value is
CopyC#
FALSE
.

See Also