Skip to main content
A newer version of this page is available. .

TcxControlOptionsFindPanel.Position Property

Specifies the Find Panel‘s display position within a container control.

Declaration

property Position: TcxFindPanelPosition read; write; default fppTop;

Property Value

Type Default
TcxFindPanelPosition fppTop

Remarks

Refer to the TcxFindPanelPosition type description to learn about the available options.

The Position property’s default value is fppTop.

See Also