TcxFilterBoxButtonAlignment Enum
Enumerates horizontal alignment options for the Customize… button displayed in a control’s filter panel.
Declaration
TcxFilterBoxButtonAlignment = (
fbaLeft,
fbaRight
);
Members
Name |
---|
fbaLeft
|
fbaRight
|
Remarks
Options include:
Value | Meaning |
---|---|
fbaLeft | The button is aligned to the panel’s left edge. |
fbaRight | The button is aligned to the panel’s right edge. |
See Also