TdxCustomLayoutLookAndFeel.List Property
Specifies the TdxLayoutLookAndFeelList component that contains the current look & feel style.
Declaration
property List: TdxLayoutLookAndFeelList read;
Property Value
Type |
---|
TdxLayoutLookAndFeelList |
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