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

TdxLayoutLookAndFeelList.CreateItem(TdxCustomLayoutLookAndFeelClass) Method

Creates a new style within a given TdxLayoutLookAndFeelList component and returns the newly created object.

#Declaration

Delphi

#Parameters

Name Type
AClass TdxCustomLayoutLookAndFeelClass

#Returns

Type
TdxCustomLayoutLookAndFeel

#Remarks

Use the CreateItem method to create a new style within a given TdxLayoutLookAndFeelList component. The AClass parameter specifies the class of the created style. The CreateItem method adds the newly created style to the Items array. Additionally, the CreateItem method assigns a valid name to the Name property of the newly created style object.

See Also