Back to Devexpress

TdxBarItemActionLink Class

vcl-dxbar-e2d227d9.md

latest1.2 KB
Original Source

TdxBarItemActionLink Class

Specifies the link between an item control and a TAction object.

Declaration

delphi
TdxBarItemActionLink = class(
    TActionLink
)

Remarks

The TAction object can be associated with an item by using the action list editor at design-time. Actions are a way of centralizing user responses to commands. The TdxBarItemActionLink class is used to organize appropriate interaction between items and TAction.

Inheritance

TObject TBasicActionLink TContainedActionLink TActionLink TdxBarItemActionLink

See Also

TdxBarItemActionLink Members

dxBar Unit