DatasheetLayoutAttrs Enumeration |
Attributes controlling certain aspects of datasheet layout.
Namespace:
NetQuarry.Data
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax [FlagsAttribute]
public enum DatasheetLayoutAttrs
<FlagsAttribute>
Public Enumeration DatasheetLayoutAttrs
Members
| Member name | Value | Description |
---|
| BrowserSizing | 1 | Do not explicitly size data columns in the datasheet allowing the browser to determine sizing. |
| RowNumbers | 16 | Include row numbers in the datasheet. |
| HideGroupingColumn | 32 | When the datasheet is grouped, hide the grouping column. |
| FBFOptional | 64 | The FBF row is optional and, if available, can be toggled open/closed by the user. |
| FBFDisplayed | 128 | The FBF row is not optional and, if available, should always be presented to the user. |
| NoColumnHeaders | 256 | Present the datasheet without any visible column headers. |
| NoCheckbook | 512 | Do not render the datasheet in checkbook style despite the ListNoCheckbook setting. |
| DenyDelete | 1024 | Do not allow the user to delete records from the datasheet on this pane. |
| DenyUpdate | 2048 | Do not allow the user to edit records from the datasheet on this pane. |
See Also