TdxLayoutCxLookAndFeelItemOptions Class
In This Article
Contains layout item options for styles provided by the TcxLookAndFeel.
#Declaration
Delphi
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.
#Inheritance
TObject
TPersistent
TdxCustomLayoutLookAndFeelPart
TdxCustomLayoutLookAndFeelOptions
TdxLayoutLookAndFeelItemOptions
TdxLayoutCxLookAndFeelItemOptions
See Also