TdxLayoutLookAndFeelList Class
The component containing the look & feel styles that can be applied to layout elements.
Declaration
TdxLayoutLookAndFeelList = class(
TcxCustomComponent
)
Remarks
The TdxLayoutLookAndFeelList object is a non-visual component. Use this component to register the styles that can be applied to a layout control.
The following styles can be applied to a layout control:
- Three built-in predefined look & feel styles: “Standard“, “Office“, and “Web“.
- Five predefined styles provided by the TcxLookAndFeel, including the native paint style.
- Skins from the ExpressSkins Library. This library is not shipped with the ExpressLayout Control, and must be installed separately.
Additionally, you can create your custom style (based upon one of these styles or the TdxCustomLayoutLookAndFeel object) and modify its properties as your application needs dictate.
Each look & feel style contained within the TdxLayoutLookAndFeelList component can be accessed via the Items property. The total number of all existing styles is obtained via the Count property.
Inheritance
TObject
TPersistent
TComponent
TcxCustomComponent
TdxLayoutLookAndFeelList
See Also