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

TdxCustomLayoutLookAndFeelOptions Class

The base class for the objects that represent layout element options for different look & feel types.

#Declaration

Delphi
TdxCustomLayoutLookAndFeelOptions = class(
    TdxCustomLayoutLookAndFeelPart
)

#Remarks

Use the TdxCustomLayoutLookAndFeelOptions object as a base class when defining an object that represents item or group options used in all look & feel types (Standard, Office, and Web). Do not create instances of the TdxCustomLayoutLookAndFeel object.

The TdxCustomLayoutLookAndFeel object implements the minimum common functionality for item and group option objects used in all look & feel types (Standard, Office, and Web). It only contains the CaptionOptions property, which is common for all its descendants.

#Inheritance

TObject
TPersistent
TdxCustomLayoutLookAndFeelPart
TdxCustomLayoutLookAndFeelOptions
See Also