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

TcxCustomEditStyle.BaseStyle Property

Determines the base style which is used to paint an editor.

#Declaration

Delphi
property BaseStyle: TcxCustomEditStyle read;

#Property Value

Type
TcxCustomEditStyle

#Remarks

When the ParentStyle property is assigned, the BaseStyle property returns its value as the base style used to paint the editor control. Otherwise, the current style is returned.

See Also