TcxControlOptionsFindPanel.Layout Property
Switches the Find Panel between full-size and compact layouts.
Declaration
property Layout: TcxFindPanelLayout read; write; default fplDefault;
Property Value
| Type | Default |
|---|---|
| TcxFindPanelLayout | fplDefault |
Remarks
Refer to the TcxFindPanelLayout type description for details.
The Layout property’s default value is fplDefault.
See Also