Property startingSelectFilters
startingSelectFilters
The select filters that this object uses to automatically populate the selectFilters List at startup (optional, may be empty). All objects in this list should implement the IXRSelectFilter interface.
Declaration
public List<Object> startingSelectFilters { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Object> |
Remarks
To access and modify the select filters used after startup, the selectFilters List should be used instead.