PFGridViewSettings_Objects Properties |
The PFGridViewSettings_Objects 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.
(Inherited from PFGridViewSettingsData.) | |
Culture |
Gets the culture code (two letters format).
(Inherited from PFGridViewSettingsData.) | |
CustomFilters | Obsolete.
Old setting. Do not use.
(Inherited from PFGridViewSettingsData.) | |
CustomServerFilters |
Gets or sets the server-side custom filters.
(Inherited from PFGridViewSettingsData.) | |
CustomSortFieldName |
Gets or sets the custom sort field name.
(Inherited from PFGridViewSettingsData.) | |
CustomSortOrder |
Gets or sets the custom sort order.
(Inherited from PFGridViewSettingsData.) | |
DataType |
Gets or sets the kind of data targeted by the gridview.
(Inherited from PFGridViewSettingsData.) | |
DisableAllLinks |
Gets or sets a value indicating whether the links generated in the gridview should be inactive.
Note: also depend on PFView setting.
(Inherited from PFGridViewSettingsData.) | |
EnableCheckboxes |
Gets or sets a value indicating whether checkboxes are shown at the beginning of each row.
(Inherited from PFGridViewSettingsData.) | |
Enabled |
Gets or sets a value indicating whether the gridview is enabled.
(Inherited from PFGridViewSettingsData.)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).
(Inherited from PFGridViewSettingsData.) | |
IncludeSourceInUrls |
Gets or sets a value indicating whether the URLs should contain a source
(generally the current page).
(Inherited from PFGridViewSettingsData.) | |
Logger |
Gets the logger, used to log any useful warning, error or information in the database.
| |
MaxColumns |
Gets or sets the maximum number columns that can be shown.
(Inherited from PFGridViewSettingsData.) | |
Name |
Gets or sets the gridview name.
(Inherited from PFGridViewSettingsData.) | |
NavigationSessionId |
Gets the id of the current user session,
used to find the corresponding [!:Packflow.Core.PFNavigationSession].
(Inherited from PFGridViewSettingsData.) | |
ObjectsRelation |
Gets or sets the objects relation, linking the data with the ParentObject.
| |
ObjectsRelationName |
Gets or sets the objects PFRelation name.
(Inherited from PFGridViewSettingsData_Objects.)The name of the relation is the name of the relation's property in the parent. | |
ObjectsViewName |
Gets or sets the objects view name.
Attention, this is not a PFView name!
(Inherited from PFGridViewSettingsData_Objects.)This corresponds to the name passed to PFObjectViewHtmlHelper to select the displayed columns. | |
PageNumber |
Gets or sets the number of the loaded page.
(Inherited from PFGridViewSettingsData.) | |
ParentObject |
Gets or sets the parent object of the shown data.
| |
ParentObjectReference |
Gets or sets a PFObjectReference as text,
used to find the parent object of the shown data.
(Inherited from PFGridViewSettingsData_Objects.) | |
PlaceHolderSettings |
Gets or sets the placeholder settings.
| |
PreviousViewName |
Gets or sets the view identifier whose QuickSearchFields are derived.
(Inherited from PFGridViewSettingsData_Objects.) | |
Query |
Gets or sets the PFQuery.
| |
QuickSearchFields |
Gets or sets the list of field names (=key) and display names (=value) used for quick searches.
(Inherited from PFGridViewSettingsData.)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.
(Inherited from PFGridViewSettingsData.) | |
ResultsScope |
Gets or sets the results scope: deleted, not deleted or both.
(Inherited from PFGridViewSettingsData.) | |
SerializedCustomServerFilters |
Gets or sets the serialized server-side custom filters.
(Inherited from PFGridViewSettingsData.) | |
SerializedQuery |
Gets or sets the serialized PFQuery.
(Inherited from PFGridViewSettingsData_Objects.) | |
ShowAvailableValuesInFilters |
Gets or sets a value indicating whether available values are proposed
when filtering a text/choice/user field (header popup).
(Inherited from PFGridViewSettingsData.) | |
ShowOpenFormIcon |
Gets or sets a value indicating whether the icon opening the item form is shown (on each row).
(Inherited from PFGridViewSettingsData.) | |
Translations |
Gets the contextual translations provided by Packflow.
| |
Url_Source |
Gets or sets the source URL.
(Inherited from PFGridViewSettingsData.) | |
UserFilters |
Gets or sets the user filters (usually filled client-side with the various filtering features).
(Inherited from PFGridViewSettingsData.) |