Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxVisualRefinements Members

In This Article
Stores global DevExpress control appearance settings that complement skins and palettes.

#Properties

Name Description
HeaderPadding Specifies the header padding adjustments for container controls.
LightBorders Specifies if lightweight borders are displayed by all DevExpress controls that support them.
Padding Specifies additional cell padding for container controls and standalone editors.
UseDisabledSkinPaletteForSVG Specifies if UI elements apply the active vector skin palette to disabled state glyphs at the application level.
UseEnabledSkinPaletteForSVG Specifies if UI elements apply the active vector skin palette to enabled state glyphs at the application level.
UsePaddingForStandaloneEditors Specifies if global cell padding adjustments affect standalone DevExpress editors.

#Methods
Show Inherited Hide Inherited

Name Description
ApplyLightStyle(Boolean) static Applies Light Style to all DevExpress controls that support it.
BeginUpdate static Postpones all control redraw operations that reflect global padding changes until an EndUpdate procedure is called.
EndUpdate static Applies any pending appearance changes made after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
Reset static Resets all global visual adjustment settings.
ToString Inherited from TObject.
See Also