TcxGridFilterBox.Position Property
Specifies the filter panel‘s vertical position.
Declaration
property Position: TcxGridFilterPosition read; write; default fpBottom;
Property Value
| Type | Default |
|---|---|
| TcxGridFilterPosition | fpBottom |
Remarks
Options include:
| Value | Description |
|---|---|
| fpTop | The filter panel is displayed at the View’s top. |
| fpBottom | The filter panel is displayed at the View’s bottom. |
The Position property’s default value is fpBottom.
See Also