TdxCustomLayoutLookAndFeel.List Property
In This Article
Specifies the TdxLayoutLookAndFeelList component that contains the current look & feel style.
#Declaration
Delphi
property List: TdxLayoutLookAndFeelList read;
#Property Value
Type |
---|
Tdx |
#Remarks
Use the List property to obtain the TdxLayoutLookAndFeelList object. This object represents the component used to contain the current look & feel style. You can have several TdxLayoutLookAndFeelList components on your form.
See Also