Skip to main content

TdxCustomLayoutLookAndFeel.ItemOptions Property

Specifies options for layout items.

Declaration

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