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.StyleController Property

Identifies the style controller for the current TcxCustomEditStyle object.

#Declaration

Delphi
property StyleController: TcxEditStyleController read; write;

#Property Value

Type
TcxEditStyleController

#Remarks

Use the StyleController property to assign the style controller, defining the style attributes common to several editors. To force editors to use specific style attributes from the style controller, you should assign these style attributes in the TcxEditStyleController.Style and not in the current TcxCustomEditStyle object (the corresponding flags must be set in the TcxEditStyleController.Style.AssignedValues property, but not in the AssignedValues property of the current TcxCustomEditStyle object).

See Also