Back to Devexpress

TcxCustomImage.Properties Property

vcl-cximage-dot-tcxcustomimage-c79159fb.md

latest2.2 KB
Original Source

TcxCustomImage.Properties Property

Provides access to image editor settings.

Declaration

delphi
property Properties: TcxCustomImageProperties read; write;

Property Value

TypeDescription
TcxCustomImageProperties

Stores image editor settings.

|

Remarks

You can use the Properties property to access and customize image editor settings if the RepositoryItem property is unspecified. If an image editor repository item is assigned to the RepositoryItem property, all settings accessible through the Properties property have no effect on the image editor.

Note

You can use the ActiveProperties property to identify settings that currently affect the image editor.

Available Options

Use the Properties.Caption property to display a centered text message when the editor displays no image:

Properties.GraphicClassName and Properties.GraphicClass properties allow you to switch between image container types.

Tip

We recommend that you set the Properties.GraphicClass property to TdxSmartImage to ensure that the TcxImage editor supports the same image formats as all other DevExpress components.

Refer to the TcxCustomImageProperties class description for detailed information on all available options.

See Also

TcxImage.Properties Property

TcxDBImage.Properties Property

TcxCustomImage Class

TcxCustomImage Members

cxImage Unit