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