Back to Devexpress

TdxLayoutGroupButtons Class

vcl-dxlayoutcontainer-c93ea3cf.md

latest1.3 KB
Original Source

TdxLayoutGroupButtons Class

The action button collection.

Declaration

delphi
TdxLayoutGroupButtons = class(
    TdxCustomLayoutGroupButtons
)

Remarks

Action buttons serve as links to a custom functionality of a layout group.

You can create buttons at:

  • Design Time. Click the ellipsis button of a layout group’s ButtonOptions.Buttons property and click the “Add New” button or press the Insert key in the opened dialog.

  • Runtime. Call the collection’s Add function.

The layout group’s ButtonOptions.Buttons property references a TdxLayoutGroupButtons object.

Inheritance

TObject TPersistent TCollection TdxCustomLayoutGroupButtons TdxLayoutGroupButtons

See Also

TdxLayoutGroupButtons Members

dxLayoutContainer Unit