TcxEditRepositoryColorComboBox.Properties Property
Provides access to stored color combo box settings.
Declaration
property Properties: TcxColorComboBoxProperties read; write;
Property Value
Type | Description |
---|---|
TcxColorComboBoxProperties | Stores color combo box settings. |
Remarks
You can use the Properties
.PrepareList property to select a list of colors loaded into a color combo box at initialization. The Properties
.Items property allows you to manage the loaded color list.
Refer to the TcxColorComboBoxProperties class description for detailed information on all available options.
See Also