Back to Devexpress

TdxCustomLayoutControl.LayoutLookAndFeel Property

vcl-dxlayoutcontrol-dot-tdxcustomlayoutcontrol-d721d50d.md

latest3.5 KB
Original Source

TdxCustomLayoutControl.LayoutLookAndFeel Property

Associates the Layout control with a dedicated look & feel storage component.

Declaration

delphi
property LayoutLookAndFeel: TdxCustomLayoutLookAndFeel read; write;

Property Value

TypeDescription
TdxCustomLayoutLookAndFeel

The target layout look & feel component (a terminal TdxCustomLayoutLookAndFeel descendant instance).

In addition to general appearance options (such as skins), layout look & feel components also include layout item and group-specific options (like paddings, offsets, and border appearance settings).

|

Remarks

The Layout control can have individual look & feel settings or automatically synchronize ( recommended ) with the skin and palette defined using a TdxSkinController component or the Project Settings dialog.

If you need to apply different appearance settings to your Layout control, assign a layout look & feel component to the LayoutLookAndFeel property.

Note

If a vector skin is applied to the Layout control, the skin always uses the color palette defined at the global level (TdxSkinController.SkinPaletteName).

How to Use Layout Look & Feel Components

Layout Look & Feel Component Manager

Use the TdxLayoutLookAndFeelList component to manage layout look & feel components. Call the TdxLayoutLookAndFeelList.CreateItem function or use the Designer dialog available at design time.

Design-Time Dialog

Double-click a TdxLayoutLookAndFeelList component to display a design-time dialog:

See Also

TdxCustomLayoutItem.LayoutLookAndFeel Property

TdxCustomLayoutGroup.LayoutLookAndFeelException Property

TdxCustomLayoutControl.DefaultUseGlobalSkin Property

TdxCustomLayoutControl Class

TdxCustomLayoutControl Members

dxLayoutControl Unit