TcxEditStyleValues Type
Represents the set of flags that indicate which editor style attributes are assigned.
Declaration
TcxEditStyleValues = cxContainer.TcxContainerStyleValues;
Referenced Class
| Type |
|---|
| TcxContainerStyleValues |
Remarks
Each editor provides a Style property, presenting editor style attributes. The TcxCustomEditStyle.AssignedValues member of the TcxEditStyleValues type describes which style attributes are explicitly assigned to the TcxCustomEditStyle object.
See Also