Skip to main content

TdxLayoutCxLookAndFeelItemOptions Class

Contains layout item options for styles provided by the TcxLookAndFeel.

Declaration

TdxLayoutCxLookAndFeelItemOptions = class(
    TdxLayoutLookAndFeelItemOptions
)

Remarks

TcxLookAndFeel styles are applied to a layout control via the TdxLayoutCxLookAndFeel instance.

TdxLayoutCxLookAndFeelItemOptions style options are specified using the layout control’s LayoutLookAndFeel.ItemOptions property.

See Also