TcxFilterBoxPosition Enum
In This Article
Enumerates vertical positions for a control’s filter panel.
#Declaration
Delphi
TcxFilterBoxPosition = (
fpTop,
fpBottom
);
#Members
Name |
---|
fp
|
fp
|
#Remarks
Options include:
Value | Meaning |
---|---|
fp |
The filter panel is displayed at the control’s top. |
fp |
The filter panel is displayed at the control’s bottom. |
See Also