PFGridViewSettingsData Properties |
The PFGridViewSettingsData type exposes the following members.
Name | Description | |
---|---|---|
AutoOpenGroups |
Gets or sets a value indicating whether the first level of groups must be directly opened/loaded.
| |
Culture |
Gets the culture code (two letters format).
| |
CustomFilters | Obsolete.
Old setting. Do not use.
| |
CustomServerFilters |
Gets or sets the server-side custom filters.
| |
CustomSortFieldName |
Gets or sets the custom sort field name.
| |
CustomSortOrder |
Gets or sets the custom sort order.
| |
DataType |
Gets or sets the kind of data targeted by the gridview.
| |
DisableAllLinks |
Gets or sets a value indicating whether the links generated in the gridview should be inactive.
Note: also depend on PFView setting.
| |
EnableCheckboxes |
Gets or sets a value indicating whether checkboxes are shown at the beginning of each row.
| |
Enabled |
Gets or sets a value indicating whether the gridview is enabled.
If set to False, the gridview will not load until the setting is set back to True. | |
GroupsInfos |
Gets or sets the groups infos (technical, used client side).
| |
IncludeSourceInUrls |
Gets or sets a value indicating whether the URLs should contain a source
(generally the current page).
| |
MaxColumns |
Gets or sets the maximum number columns that can be shown.
| |
Name |
Gets or sets the gridview name.
| |
NavigationSessionId |
Gets the id of the current user session,
used to find the corresponding [!:Packflow.Core.PFNavigationSession].
| |
PageNumber |
Gets or sets the number of the loaded page.
| |
QuickSearchFields |
Gets or sets the list of field names (=key) and display names (=value) used for quick searches.
If TargetingMode is set to Default, this list will only apply on the current view. If TargetingMode is set to Custom, this list will apply even if the view changes client-side. | |
QuickSearchTargetingMode |
Gets or sets a value indicating how the quicksearch feature is selecting the fields to be filtered.
| |
ResultsScope |
Gets or sets the results scope: deleted, not deleted or both.
| |
SerializedCustomServerFilters |
Gets or sets the serialized server-side custom filters.
| |
ShowAvailableValuesInFilters |
Gets or sets a value indicating whether available values are proposed
when filtering a text/choice/user field (header popup).
| |
ShowOpenFormIcon |
Gets or sets a value indicating whether the icon opening the item form is shown (on each row).
| |
Url_Source |
Gets or sets the source URL.
| |
UserFilters |
Gets or sets the user filters (usually filled client-side with the various filtering features).
|