TTMSFNCTreeViewColumnFiltering Class
Controls whether and how an individual column exposes a filter drop-down to the user.
API unit family: TMSFNCTreeViewData
Inherits from: TPersistent
Syntax
TTMSFNCTreeViewColumnFiltering = class(TPersistent)
Properties
| Name | Description |
|---|---|
| ButtonSize | Size of the filter button in logical pixels; default is determined at run time. |
| DropDownHeight | Height of the filter drop-down list in pixels. Default: 120. |
| DropDownWidth | Width of the filter drop-down list in pixels. Default: 100. |
| Enabled | True enables the filter drop-down button for this column. Default: False. |
| MultiColumn | True allows the filter to match values across multiple columns simultaneously. Default: False. |