Skip to main content

TcxEditRepositoryCheckComboBox.Properties Property

Provides access to stored check combo box settings.

Declaration

property Properties: TcxCheckComboBoxProperties read; write;

Property Value

Type Description
TcxCheckComboBoxProperties

Stores check combo box settings.

Remarks

You can use the Properties.Items property to manage check combo box items. Properties.Glyph and Properties.GlyphCount properties allow you to use custom glyphs to display check box states.

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

See Also