PFGridViewPlaceHolderSettings Properties |
The PFGridViewPlaceHolderSettings type exposes the following members.
Name | Description | |
---|---|---|
CustomLineColor | Obsolete.
Gets or sets the custom line color. Obsolete.
| |
DefaultQuickSearchText |
Gets or sets the default quick search text.
| |
FrameFooterMode |
Gets or sets the footer's display mode.
| |
FrameHeaderContent |
Gets or sets the header's content.
| |
FrameHeaderMode |
Gets or sets the header's display mode.
| |
GridViewTitleContent |
Gets or sets the gridview title, shown in the header when FrameHeaderContent is set to Label or Both.
| |
Height |
Gets or sets the height value in pixel.
Does not include chrome parts.
Must be between 100 and 800.
| |
HeightFormula |
Gets or sets the height formula, e.g "100% - 50px".
With this formula, HeightMode is ignored.
| |
HeightMode |
Gets or sets a value indicating how the gridview should manage its height.
| |
LanguageCode |
Gets or sets the language code (two-letters format).
| |
PreloadData |
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. | |
ShowQuickSearch |
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. | |
TopLeftLinkUrl |
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.
| |
ViewList |
Gets or sets the list of views displayed for selection,
when the gridview header content is set to ViewSelection or Both.
|