Skip to main content
A newer version of this page is available. .

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