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