PFItemPageContainer Enumeration |
Specifies in which kind of container the item UI is being generated.
Namespace:
Packflow.Interface
Assembly:
MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax public enum PFItemPageContainer
Members
| Member name | Value | Description |
---|
| Browser | 0 |
Full page.
|
| Row | 1 |
A row in a gridview.
|
| ShortDisplay | 2 |
Condensly displayed in a component (e.g. quick access or auto complete).
|
| ModalFrame | 3 |
A full page in a frame.
|
| None | 4 |
Not in a web context.
|
See Also