TdxRangeControlBaseStyle Class
In This Article
The base class for all classes that implement the appearance settings applied to the range control.
#Declaration
Delphi
TdxRangeControlBaseStyle = class(
TcxOwnedPersistent
)
#Remarks
This class does not introduce any new public members.
You do not need to create instances of the TdxRangeControlBaseStyle class. Use its descendants instead.
#Inheritance
TObject
TPersistent
TcxOwnedPersistent
TdxRangeControlBaseStyle
See Also