Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxControlOptionsFilterBox.CustomizeButtonAlignment Property

Specifies how the Customize… button is horizontally aligned in the filter panel.

#Declaration

Delphi
property CustomizeButtonAlignment: TcxFilterBoxButtonAlignment read; write; default fbaRight;

#Property Value

Type Default
TcxFilterBoxButtonAlignment fbaRight

#Remarks

Use this property to position the Customize… button in the filter panel. Refer to the TcxFilterBoxButtonAlignment type description for details on available options.

Note

The CustomizeButtonAlignment property has no visual effect if the CustomizeDialog or Visible property is set to False or fvNever, respectively.

The CustomizeButtonAlignment property’s default value is fbaRight.

See Also