TcxGridFilterBox.CustomizeButtonAlignment Property
Specifies the “Customize…” button’s horizontal alignment within the filter panel.
Declaration
property CustomizeButtonAlignment: TcxGridFilterButtonAlignment read; write; default fbaRight;
Property Value
| Type | Default |
|---|---|
| TcxGridFilterButtonAlignment | fbaRight |
Remarks
This property is in effect if the filter panel and the Customize… button are visible on-screen (see the View’s FilterBox.Visible and FilterBox.CustomizeDialog properties).

Options include:
| Value | Description |
|---|---|
| fbaLeft | The Customize… button is aligned to the filter panel’s left edge. |
| fbaRight | The Customize… button is aligned to the filter panel’s right edge. |
The CustomizeButtonAlignment property’s default value is fbaRight.
See Also