Skip to main content

TcxCustomImageProperties.GraphicClassName Property

Specifies the name of the editor image container class.

Declaration

property GraphicClassName: string read; write;

Property Value

Type Description
string

The image container class name.

Remarks

The GraphicClassName property accepts only registered graphic class names. To use any image container class, assign a reference to it to the GraphicClass property.

See Also