TdxBarCustomStaticControl Class
In This Article
The base class for bar item controls that correspond to bar items displaying static text, such as labels and item separators.
#Declaration
Delphi
TdxBarCustomStaticControl = class(
TdxBarItemControl
)
#Remarks
This class is the base class for the TdxBarStaticControl and TdxBarSeparatorControl classes.
#Inheritance
TObject
TcxIUnknownObject
TdxBarItemControl
TdxBarCustomStaticControl
See Also