TcxEditRepositoryColorEdit.Properties Property
In This Article
Provides access to stored color editor settings.
#Declaration
Delphi
property Properties: TdxColorEditProperties read; write;
#Property Value
Type | Description |
---|---|
Tdx |
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