TcxGridFindPanelOptions.Position Property
Specifies the Find Panel’s display position.
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 default value of the Position property is fppTop.
See Also