Class FacetFilterDescription
The description of an SAPUI5 FacetFilter test object.
public class FacetFilterDescription : WebElementDescription, ICloneable, IDescription
- Inheritance
-
FacetFilterDescription
- Implements
- Inherited Members
Constructors
FacetFilterDescription()
public FacetFilterDescription()
Properties
Filters
A collection of the titles of the filter lists, separated by semicolons (;).
public string[] Filters { get; set; }
Property Value
- string[]
FiltersCount
The number of filter lists contained in the facet filter.
public uint? FiltersCount { get; set; }
Property Value
- uint?
IsEnabled
Indicates whether or not the FacetFilter is enabled.
public bool? IsEnabled { get; set; }
Property Value
- bool?
Mode
Return the visual mode of the facet filter.
public FacetFilterMode? Mode { get; set; }