PFHeaderChangeContextBehavior Enumeration |
Defines the way Packflow should react
after the user changes his context filtering settings
using the header functionality.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public enum PFHeaderChangeContextBehavior
Members
| Member name | Value | Description |
---|
| None | 0 |
Do nothing. Ex : in an item form.
|
| AskForRefresh | 1 |
Ask user to refresh the page using a dialog. Ex : navigation.
|
| Refresh | 2 |
Force a page refresh. Ex : in an homepage using gridviews without edition.
|
See Also