TdxTileControlActionBarItems Class
In This Article
A collection of action bar items.
#Declaration
Delphi
TdxTileControlActionBarItems = class(
TcxComponentCollection
)
#Remarks
This class introduces members that allow you to manage and access individual action bar items stored in the collection.
A TdxTileControlActionBarItems object is referenced by a tile control’s ActionBars.Items property.
#Inheritance
TObject
TPersistent
TcxComponentCollection
TdxTileControlActionBarItems
See Also