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

TdxLayoutLookAndFeelItemOptions Class

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

#Declaration

Delphi
TdxLayoutLookAndFeelItemOptions = class(
    TdxCustomLayoutLookAndFeelOptions
)

#Remarks

This class extends its ancestor with the ControlBorderColor and ControlBorderStyle properties, which allow you to specify the border color and style of the control linked to a standard layout item. TdxLayoutLookAndFeelItemOptions descendants – TdxLayoutStandardLookAndFeelItemOptions, TdxLayoutWebLookAndFeelItemOptions, and TdxLayoutCxLookAndFeelItemOptions – provide options that are specific to

See Also