Skip to main content

TcxDBImageComboBox.Properties Property

Provides access to image combo box settings.

Declaration

property Properties: TcxImageComboBoxProperties read; write;

Property Value

Type Description
TcxImageComboBoxProperties

Stores image combo box settings.

Remarks

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

Note

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

Available Options

You can use the Properties.Items property to manage and configure individual image combo box items. Properties.Images and Properties.LargeImages properties allow you to specify sources of images for image combo box items.

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

See Also