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

TdxLayoutLookAndFeelDefs Methods
Show Inherited Hide Inherited

Contains a list of registered look & feel classes.
Name Description
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetItemByDescription(string)

Returns a look & feel class by its description.

Descritpion

Use the GetItemByDescription method to access the class represented by a specific look & feel type. This method returns the class whose Description property is equal to the Value parameter passed to it.

Register(TdxCustomLayoutLookAndFeelClass)

Registers a new look & feel class.

Descritpion

Call the Register method to register a new look & feel class using the TdxLayoutLookAndFeelList component.

ToString Inherited from TObject.
Unregister(TdxCustomLayoutLookAndFeelClass)

Unregisters a specified look & feel class.

Descritpion

Call the Unregister method to unregister the registered look & feel class passed as the AClass parameter.

See Also