Click or drag to resize

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
C#
public enum PFItemPageContainer
Members
  Member nameValueDescription
Browser0 Full page.
Row1 A row in a gridview.
ShortDisplay2 Condensly displayed in a component (e.g. quick access or auto complete).
ModalFrame3 A full page in a frame.
None4 Not in a web context.
See Also