ShowFilter Property

Version: Available or changed with runtime version 1.0.

Sets whether the filter pane is shown on a page by default.

Applies to

  • Page
  • Request Page
  • Page System Part
  • Page Chart Part
  • Page Part

Property Values

True to show the filter pane; otherwise, false. The default value is true.

Syntax

ShowFilter = false;

Remarks

Using customization, a user can override the ShowFilter property setting to show or hide the filter except when the page is displayed in a part of another page, such as a FastTab or FactBox. When the page is displayed in a page part, the ShowFilter property permanently hides or shows the filter pane.

See Also

Properties