TcxGridFindPanelOptions.Position Property
In This Article
Specifies the Find Panel’s display position.
#Declaration
Delphi
property Position: TcxFindPanelPosition read; write; default fppTop;
#Property Value
Type | Default |
---|---|
Tcx |
fpp |
#Remarks
Refer to the TcxFindPanelPosition type description to learn about the available options.
The default value of the Position property is fppTop.
See Also