TcxControlOptionsFilterBox.CustomizeButtonAlignment Property
In This Article
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 |
---|---|
Tcx |
fba |
#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 Customize
The CustomizeButtonAlignment property’s default value is fbaRight.
See Also