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.ItemOptions Property

Specifies options for layout items.

#Declaration

Delphi
property ItemOptions: TdxLayoutLookAndFeelItemOptions read; write;

#Property Value

Type
TdxLayoutLookAndFeelItemOptions

#Remarks

Use the ItemOptions property to access the TdxLayoutLookAndFeelItemOptions object that specifies particular item options. Use the TdxLayoutLookAndFeelItemOptions object’s properties to set caption options for items and specify the border style and color for the controls associated with these items. Settings these item options will affect every item associated with a specific look & feel style.

See Also