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

TdxCustomLayoutLabeledItem Class

The base class for layout items that can optionally display a caption or label.

#Declaration

Delphi
TdxCustomLayoutLabeledItem = class(
    TdxLayoutBasicItem
)

#Remarks

This class is the base class for the following items:

In addition to extending its ancestor class with the CaptionOptions property that provides access to caption options, the TdxCustomLayoutLabeledItem class publishes the Padding property to allow you to adjust contents within an item.

Do not use the TdxCustomLayoutLabeledItem class directly. Use its descendants instead.

See Also