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

TcxContainerStyle Methods
Show Inherited Hide Inherited

The base class for control style setting classes.
Name Description
Assign(TPersistent) Inherited from TPersistent.
AssignTo(TPersistent) Inherited from TPersistent.
BeginUpdate Postpones all control redraw operations that reflect any style changes until an EndUpdate procedure call.
EndUpdate Applies all pending changes and redraws the affected control after a BeginUpdate procedure call.
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetNamePath Inherited from TPersistent.
GetOwner Inherited from TPersistent.
GetStyleValue(string,TcxContainerStyleValue)
GetStyleValueCount
GetStyleValueName(TcxContainerStyleValue,string)
GetVisibleFont Returns font settings applied to text displayed in the affected control.
HasBorder
IsExtendedStylePropertyPublished(string)
IsValueAssigned(TcxContainerStyleValue) Identifies if a specific style setting modification flag is assigned.
QueryInterface(TGUID,Untyped) Inherited from TInterfacedPersistent.
RestoreDefaults Restores default style settings.
ToString Inherited from TObject.
See Also