TdxCustomLayoutItem.LayoutLookAndFeel Property
Specifies the look & feel style applied to the layout element.
Declaration
property LayoutLookAndFeel: TdxCustomLayoutLookAndFeel read; write;
Property Value
Type |
---|
TdxCustomLayoutLookAndFeel |
Remarks
The following styles can be applied to a layout control:
- Three built-in predefined look & feel styles: “Standard“, “Office“, or “Web“.
- Five predefined styles provided by the TcxLookAndFeel, including the native paint style.
- Skins from the ExpressSkins Library (installed separately).
Use the TdxLayoutLookAndFeelList component to register any of these look & feel styles for use with a layout control. To apply a registered style, use a layout control’s LayoutLookAndFeel property. Each look & feel style is a TdxCustomLayoutLookAndFeel class descendant. Use class members to customize style settings.
See Also