TdxCustomColorPalette Methods
The base class for all classes that implement color palette containers in DevExpress products.| Name | Description |
|---|---|
| Equals(TObject) | Inherited from TObject. |
| GetElementState | |
| GetFillColor(string) | Returns a color by its unique identifier (name) within the fill palette. |
| GetHashCode | Inherited from TObject. |
| GetID | Returns the color palette container’s globally unique 128-bit identifier (GUID). |
| GetName | |
| GetStrokeColor(string) | Returns a color by its unique identifier (name) within the strokes palette. |
| ToString | Inherited from TObject. |
See Also