Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomAdorners Class

A collection of abstract UI adorner elements.

#Declaration

Delphi
TdxCustomAdorners = class(
    TcxComponentCollection
)

#Remarks

This is the base class for all classes that implement adorner collections in the UI adorner manager. The TdxCustomAdorners class extends its ancestor with the following members that allow you to:

  • Enable or disable adorner elements (Active);

  • Access or customize individual adorner elements (Items);

  • Access UI adorner manager to which the current collection belongs (Manager).

Refer to the TcxComponentCollection class description for detailed information on the core component collection management functionality.

The TdxCustomAdorner.Adorners property references a TdxCustomAdorners object. Normally, you do not need to create instances of this class, use the TdxBadges and TdxGuides classes instead.

#Inheritance

See Also