Specifies the way buttons are presented in (list) datasheet and detail forms.
Overall application behaviour can be specified using the studio's ButtonType property
on an application. This default behaviour can be overridden setting the same property
on a particular field in the studio. If no setting is specified, the platform defaults
to ListLinkDetailButton.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax Public Enumeration ButtonType
Members
| Member name | Value | Description |
---|
| ListLinkDetailButton | 18 | Use hyperlinks on list pages and buttons on detail pages. |
| ListLinkDetailLink | 17 | Use hyperlinks on both list and detail pages. |
| ListButtonDetailButton | 34 | Use buttons on both list and detail pages. |
| ListButtonDetailLink | 33 | Use buttons on list pages and hyperlinks on detail pages. |
See Also