TcxControlOptionsFilterBox.CustomizeButtonAlignment Property
Specifies how the Customize… button is horizontally aligned in the filter panel.
Declaration
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