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

TcxDBLabel Class

Represents data-aware version of the TcxLabel.

#Declaration

Delphi
TcxDBLabel = class(
    TcxCustomLabel
)

#Remarks

The TcxDBLabel represents the data-aware version of the label control intended to display a short block of information or explain the meaning of the other controls. Modify the way in which it displays using its Properties property.

The TcxDBLabel’s data-aware functionality is provided by the DataBinding property. It allows you to specify the DataSource and DataField to which the editor is bound.

Note

The default value of the AutoSize property for the TcxDBLabel object is False.

See Also