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.BlobPaintStyle Property

Specifies the manner in which the type of data stored within the BLOB editor is labeled within the edit region.

#Declaration

Delphi
property BlobPaintStyle: TcxBlobPaintStyle read; write; default bpsIcon;

#Property Value

Type Default
TcxBlobPaintStyle bpsIcon

#Remarks

Use the BlobPaintStyle property to specify the manner in which the user is notified about the type of data stored within the BLOB editor.

Value

Picture

Meaning

bpsDefault

Identification text in braces is used:

(picture) - for an image,

(memo) - for a memo.

bpsIcon

Identification icon is used.

bpsText

Identification text is used (for the BLOB editor in memo mode this text is the part of the editor contents).

The default value of the BlobPaintStyle property is bpsIcon.

See Also