FilterPanel
Standard filter container: title row, child filter inputs, active-filter chips, and apply/clear buttons.
Properties
Section titled “Properties”ActiveFilters
Section titled “ActiveFilters”Optional list of currently-active filters rendered as removable chips.
ActiveFiltersLabel
Section titled “ActiveFiltersLabel”Prefix shown before the active-filter chips. Defaults to "Active filters:".
ApplyLabel
Section titled “ApplyLabel”Label of the apply button in the footer. Defaults to "Filter".
ChildContent
Section titled “ChildContent”Filter inputs (typically Item + form controls).
Additional CSS classes applied to the panel.
ClearLabel
Section titled “ClearLabel”Label of the clear button in the footer. Defaults to "Clear".
OnApply
Section titled “OnApply”Invoked when the user clicks the apply button.
OnClear
Section titled “OnClear”Invoked when the user clicks the clear/reset button.
OnRemoveFilter
Section titled “OnRemoveFilter”Invoked when the user closes a single active-filter chip.
ResetLabel
Section titled “ResetLabel”Label of the inline reset button shown when any filters are active. Defaults to "Reset".
Inline style applied to the panel.
Panel title. Defaults to "Filters"; pass a localized string to override.
UserAttributes
Section titled “UserAttributes”Arbitrary attributes splatted onto the panel.