TcxEditRepositoryColorEdit.Properties Property
Provides access to stored color editor settings.
Declaration
property Properties: TdxColorEditProperties read; write;
Property Value
| Type | Description |
|---|---|
| TdxColorEditProperties | Stores color editor settings. |
Remarks
Use Properties.ColorPalette and Properties.ColorSet properties to select a color palette and populate it with a color set.
Refer to the TdxColorEditProperties class description for detailed information on all available options.
See Also