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 public enum PFGridView_CreationMode
Members
| Member name | Value | Description |
---|
| None | 0 |
The button is hidden.
|
| Inline | 1 |
A new item is created and shown as an editable row in the grid.
|
| Tab | 2 |
A form in New mode is opened in a new tab/window of the browser.
|
| Frame | 3 |
A form in New mode is opened in a frame shown in the same page.
|
See Also