Accessor which gets/sets whether the config will show counts. This setting overrides the global setting for the dimension.

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

Syntax

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

Field Value

An
CopyC#
OptionalBoolean
that specified 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