Accessor which gets/sets whether the config will show counts.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.2.0.0 (6.2.2.8614)
Syntax
Visual Basic |
---|
Public Overridable Property ShowCounts As OptionalBoolean
Get
Set |
Field Value
A
CopyC#
that specified whether the dimension value will
show counts.
CopyC#
indicates the dimension value will
display counts and
CopyC#
indicates the dimension value will not.
If the
CopyC#
is empty, then the default value
in the dgraph will be used. The default is empty.
See Also