Click or drag to resize

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
Members
  Member nameValueDescription
BrowserSizing1Do not explicitly size data columns in the datasheet allowing the browser to determine sizing.
RowNumbers16Include row numbers in the datasheet.
HideGroupingColumn32When the datasheet is grouped, hide the grouping column.
FBFOptional64The FBF row is optional and, if available, can be toggled open/closed by the user.
FBFDisplayed128The FBF row is not optional and, if available, should always be presented to the user.
NoColumnHeaders256Present the datasheet without any visible column headers.
NoCheckbook512Do not render the datasheet in checkbook style despite the ListNoCheckbook setting.
DenyDelete1024Do not allow the user to delete records from the datasheet on this pane.
DenyUpdate2048Do not allow the user to edit records from the datasheet on this pane.
See Also