vcl-cxlookandfeels-dot-tdxvisualrefinements.md
Specifies if UI elements apply the active vector skin palette to disabled state glyphs at the application level.
class property UseDisabledSkinPaletteForSVG: Boolean read; write;
| Type | Description |
|---|---|
| Boolean | True Default. UI elements apply the active skin palette to their SVG glyphs.FalseUI elements apply a grayed effect to their glyphs in the disabled state. |
All SVG icons shipped with the DevExpress Icon Library include the following CSS style names that define corresponding SVG element colors: Red, Green, Blue, Yellow, Black, and White. DevExpress controls can use these CSS style names to apply the active vector skin palette to SVG glyphs to maintain contrast.
Refer to the following topic for detailed information on how to adapt third-party SVG icons for interaction with DevExpress skin palettes: Third-Party SVG Icon Adaptation for DevExpress Skins and Palettes.
UseEnabledSkinPaletteForSVG and UseDisabledSkinPaletteForSVG properties define SVG glyph and skin palette interaction settings application-wide. Corresponding image list and glyph settings have priority over these global settings.
The UseEnabledSkinPaletteForSVG property value affects:
The UseDisabledSkinPaletteForSVG property has no effect on disabled state glyphs when one of the following conditions is met:
Glyph property and the Glyph.UseDisabledSkinPaletteForSVG property is set to bTrue or bFalse.The UseDisabledSkinPaletteForSVG property’s default value is True.
See Also