Skip to main content

TcxCustomEditStyle.StyleController Property

Identifies the style controller for the current TcxCustomEditStyle object.

Declaration

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