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

TdxCustomLayoutLookAndFeel.List Property

Specifies the TdxLayoutLookAndFeelList component that contains the current look & feel style.

#Declaration

Delphi
property List: TdxLayoutLookAndFeelList read;

#Property Value

Type
TdxLayoutLookAndFeelList

#Remarks

Use the List property to obtain the TdxLayoutLookAndFeelList object. This object represents the component used to contain the current look & feel style. You can have several TdxLayoutLookAndFeelList components on your form.

See Also