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

TcxCustomBlobEditProperties.PictureAutoSize Property

Determines whether the BLOB editor dropdown window is resized according to the picture size.

#Declaration

Delphi
property PictureAutoSize: Boolean read; write; default True;

#Property Value

Type Default
Boolean True

#Remarks

Use the PictureAutoSize property to determine whether the BLOB editor dropdown should be resized when a picture is stored within it. If this property value is True, then the dropdown is resized in order to display the stored picture at a 1:1 scale. Otherwise, the picture is scaled according to the dropdown window size.

The default value of the PictureAutoSize property is True.

See Also