UIHelper StoreFilterStateDelegate Property Kentico 8.0 API Reference
The action that stores the state of the specified filter control into the specified object.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Property Value

Type: OnlineAction OnlineControl, FilterState 
Remarks

This is the default behavior of all filter controls derived from the CMSAbstractBaseFilterControl class. This delegate is set from the static constructor of the UniGridHelper class to overcome the visibility problems between assemblies with Kentico UI controls.
See Also