TcxCustomDropDownEditProperties.PopupAlignment Property
Specifies the manner in which the dropdown window is aligned relative to the editor.
Declaration
property PopupAlignment: TAlignment read; write; default taLeftJustify;
Property Value
Type | Default |
---|---|
TAlignment | taLeftJustify |
Remarks
Use the PopupAlignment property to specify the horizontal placement of the dropdown window relative to the editor window. It can be aligned either to the right, left, or centered.
The default value of the PopupAlignment property is taLeftJustify.
See Also