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