Click or drag to resize

PFGridViewSettings_MultiContent Properties

The PFGridViewSettings_MultiContent type exposes the following members.

Properties
  NameDescription
Public propertyAutoOpenGroups
Gets or sets a value indicating whether the first level of groups must be directly opened/loaded.
(Inherited from PFGridViewSettingsData.)
Public propertyCulture
Gets the culture code (two letters format).
(Inherited from PFGridViewSettingsData.)
Public propertyCustomFilters Obsolete.
Old setting. Do not use.
(Inherited from PFGridViewSettingsData.)
Public propertyCustomServerFilters
Gets or sets the server-side custom filters.
(Inherited from PFGridViewSettingsData.)
Public propertyCustomSortFieldName
Gets or sets the custom sort field name.
(Inherited from PFGridViewSettingsData.)
Public propertyCustomSortOrder
Gets or sets the custom sort order.
(Inherited from PFGridViewSettingsData.)
Public propertyDataType
Gets or sets the kind of data targeted by the gridview.
(Inherited from PFGridViewSettingsData.)
Public propertyDisableAllLinks
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.)
Public propertyEnableCheckboxes
Gets or sets a value indicating whether checkboxes are shown at the beginning of each row.
(Inherited from PFGridViewSettingsData.)
Public propertyEnabled
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.

(Inherited from PFGridViewSettingsData.)
Public propertyGroupsInfos
Gets or sets the groups infos (technical, used client side).
(Inherited from PFGridViewSettingsData.)
Public propertyIncludeSourceInUrls
Gets or sets a value indicating whether the URLs should contain a source (generally the current page).
(Inherited from PFGridViewSettingsData.)
Public propertyLinkTaskToParentWorkflow
Gets or sets a value indicating whether tasks should target their parent workflow form instead.

Usually each row displays a link to the form of the corresponding item.

With this option enabled, the link will target the form of the parent workflow of each task.

True by default.

(Inherited from PFGridViewSettingsData_MultiContent.)
Public propertyLogger
Gets the logger, used to log any useful warning, error or information in the database.
Public propertyMaxColumns
Gets or sets the maximum number columns that can be shown.
(Inherited from PFGridViewSettingsData.)
Public propertyName
Gets or sets the gridview name.
(Inherited from PFGridViewSettingsData.)
Public propertyNavigationSessionId
Gets the id of the current user session, used to find the corresponding [!:Packflow.Core.PFNavigationSession].
(Inherited from PFGridViewSettingsData.)
Public propertyPageNumber
Gets or sets the number of the loaded page.
(Inherited from PFGridViewSettingsData.)
Public propertyPlaceHolderSettings
Gets or sets the placeholder settings.
Public propertyPreviousViewId
Gets or sets the view id whose QuickSearchFields are derived.
(Inherited from PFGridViewSettingsData_MultiContent.)
Public propertyQuickSearchFields
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.

(Inherited from PFGridViewSettingsData.)
Public propertyQuickSearchTargetingMode
Gets or sets a value indicating how the quicksearch feature is selecting the fields to be filtered.
(Inherited from PFGridViewSettingsData.)
Public propertyResultsScope
Gets or sets the results scope: deleted, not deleted or both.
(Inherited from PFGridViewSettingsData.)
Public propertySerializedCustomServerFilters
Gets or sets the serialized server-side custom filters.
(Inherited from PFGridViewSettingsData.)
Public propertyShowAvailableValuesInFilters
Gets or sets a value indicating whether available values are proposed when filtering a text/choice/user field (header popup).
(Inherited from PFGridViewSettingsData.)
Public propertyShowOpenFormIcon
Gets or sets a value indicating whether the icon opening the item form is shown (on each row).
(Inherited from PFGridViewSettingsData.)
Public propertyUrl_Source
Gets or sets the source URL.
(Inherited from PFGridViewSettingsData.)
Public propertyUserFilters
Gets or sets the user filters (usually filled client-side with the various filtering features).
(Inherited from PFGridViewSettingsData.)
Public propertyView
Gets or sets the target view.
Public propertyViewObjectReference
Gets or sets the view PFObjectReference as text, used to find the view under the site, an application or a content-type.
(Inherited from PFGridViewSettingsData_MultiContent.)
Top
See Also