TdxFormattedLabelEditStyle Class
In This Article
Contains the formatted label‘s appearance settings.
#Declaration
Delphi
TdxFormattedLabelEditStyle = class(
TcxEditStyle
)
#Remarks
This class does not introduce any new functionality. It only publishes properties from its ancestor classes.
Refer to the TcxEditStyle class description for more details on the formatted label’s appearance settings.
#Inheritance
See Also