Skip to main content

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“.

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