Click or drag to resize

TermRefinementGroup Class

A refinement group rendering a TermRefinementControl.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Taxonomy.CompositeRefinement
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
public sealed class TermRefinementGroup : BaseRefinementGroup

The TermRefinementGroup type exposes the following members.

Constructors
  NameDescription
Public methodTermRefinementGroup
Initializes a new instance of the TermRefinementGroup class
Top
Methods
Fields
  NameDescription
Public fieldCollapsible
Specifies, whether the refinement group is rendered in a collapsible container.
(Inherited from BaseRefinementGroup.)
Public fieldExpanded
Specifies, whether the refinement group is expanded by default (only applicable, if the "Collapsible" setting is checked).
(Inherited from BaseRefinementGroup.)
Public fieldFieldName
The name of the term column.
Public fieldFooterTemplate
The footer template for this refinement group.
(Inherited from BaseRefinementGroup.)
Public fieldHeaderTemplate
The header template for this refinement group.
(Inherited from BaseRefinementGroup.)
Public fieldRenderer
The Renderer for this refinement group.
Public fieldVisibilityExpression
Specifies whether the group is rendered or not.
(Inherited from BaseRefinementGroup.)
Top
Remarks
This is a MatchPoint configuration class.
See Also