Accessor which gets/sets whether the config will show counts.

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

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

A
CopyC#
bool
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 in the dgraph will be used. The default is empty.

See Also