PageDisplayAttrs Enumeration |
Namespace: NetQuarry
Member name | Value | Description | |
---|---|---|---|
NoFilterByForm | 1 | Do not show the Filter By Form (FBF) row in lists. | |
NoCheckBoxes | 2 | Do not show checkboxes in the list. | |
NoCaption | 4 | Do not show the caption on the page. | |
NoDetail | 16 | Do not allow navigation to a corresponding detail page. | |
NoPinning | 32 | Do not allow users to pin items. | |
NoSelection | 64 | Do not show page selected row or selected row color. | |
NoFreezing | 128 | Do not freeze header rows and columns in lists. | |
ProportionalSizing | 256 | Use proportional sizing for the elements on this page. | |
NoCount | 512 | Set the Mapper's NoCount attribute for this page or page element. | |
NoColOrdering | 1024 | Do not allow users to reorder columns in lists. | |
DisplayAggregates | 2048 | If page's mapper has the AllowPageToDisplay aggregate setting then show aggregates on this page or page element. | |
NoBreadcrumbs | 4096 | This page should not participate in the application breadcrumb trail. | |
BreadcrumbReset | 8192 | Navigation to this page should reset the application breadcrumb trail. | |
NoColResizing | 16384 | Do not allow users to resize columns in lists. | |
NoGrouping | 32768 | Do not allow users to apply custom grouping. Typically set when list already has a DefaultGrouping. | |
NoSorting | 65536 | Do not allow users to sort columns in lists. | |
NoColButtons | 131072 | Do not provide column buttons in datasheet column headers (applies to fields marked with SupportsColumnClick). | |
NoPaging | 262144 | Do not provide controls for paging through data (typically for lists). |
Copyright (c) 2004-2020 NetQuarry, Inc. All rights reserved.