The FilterAndSortDialog class allows the user to specify filters and sorting instructions for merge blocks. The FilterAndSortDialog is a modal dialog box which must be shown with the FilterAndSortDialog.ShowDialog method.

Syntax

public class FilterAndSortDialog : System.Windows.Forms.Form
Public Class FilterAndSortDialog
  Inherits System.Windows.Forms.Form

Introduced: X16.

Constructors

Constructor Description
FilterAndSortDialog Initializes a new instance of the FilterAndSortDialog class.

Methods

Method Description
StoreBlockMetaData Stores filters and sorting instructions created with the dialog in a SubTextPart object if the SubTextPart is a merge block.

Properties

Property Description
Filters Gets the filter instructions which were created using the dialog or sets the filter instructions which are shown when the dialog is opened.
SortingInstructions Gets the sorting instructions which were created using the dialog or sets the sorting instructions which are shown when the dialog is opened.