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

TdxLayoutLookAndFeelCaptionOptions Class

The base class for the objects that represent caption options for layout elements used in different look & feel types.

#Declaration

Delphi
TdxLayoutLookAndFeelCaptionOptions = class(
    TPersistent
)

#Remarks

The TdxLayoutLookAndFeelCaptionOptions object is used as a base class for group or item caption objects of all look & feel types (Standard, Office, and Web). The TdxCustomLayoutItemCaptionOptions object implements the base functionality for all caption option objects. It contains many methods and properties that are inherited by its direct descendants: TdxLayoutStandardLookAndFeelItemCaptionOptions, TdxLayoutStandardLookAndFeelGroupCaptionOptions, TdxLayoutWebLookAndFeelItemCaptionOptions, and TdxLayoutWebLookAndFeelGroupCaptionOptions.

#Inheritance

TObject
TPersistent
TdxLayoutLookAndFeelCaptionOptions
See Also