Click or drag to resize

PFGridView_CreationMode Enumeration

Describes the behavior of the creation button of a gridview.

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 PFGridView_CreationMode
Members
  Member nameValueDescription
None0 The button is hidden.
Inline1 A new item is created and shown as an editable row in the grid.
Tab2 A form in New mode is opened in a new tab/window of the browser.
Frame3 A form in New mode is opened in a frame shown in the same page.
See Also