Click or drag to resize

PFGridViewPlaceHolderSettings Properties

The PFGridViewPlaceHolderSettings type exposes the following members.

Properties
  NameDescription
Public propertyCustomLineColor Obsolete.
Gets or sets the custom line color. Obsolete.
Public propertyDefaultQuickSearchText
Gets or sets the default quick search text.
Public propertyFrameFooterMode
Gets or sets the footer's display mode.
Public propertyFrameHeaderContent
Gets or sets the header's content.
Public propertyFrameHeaderMode
Gets or sets the header's display mode.
Public propertyGridViewTitleContent
Gets or sets the gridview title, shown in the header when FrameHeaderContent is set to Label or Both.
Public propertyHeight
Gets or sets the height value in pixel. Does not include chrome parts. Must be between 100 and 800.
Public propertyHeightFormula
Gets or sets the height formula, e.g "100% - 50px". With this formula, HeightMode is ignored.
Public propertyHeightMode
Gets or sets a value indicating how the gridview should manage its height.
Public propertyLanguageCode
Gets or sets the language code (two-letters format).
Public propertyPreloadData
Gets or sets a value indicating whether the data should be loaded directly.

If not, the data is loaded from client-side using SignalR when the page is ready.

Public propertyShowQuickSearch
Gets or sets a value indicating whether the quicksearch feature is shown.

Note : the quicksearch is automatically hidden if there is less than one page to show.

Public propertyTopLeftLinkUrl
Gets or sets the URL of the top-left icon. If not empty, an icon with this url will be shown at the top left corner of the gridview's header.
Public propertyViewList
Gets or sets the list of views displayed for selection, when the gridview header content is set to ViewSelection or Both.
Top
See Also