Skip to main content

TdxLayoutLookAndFeelItemOptions Class

The base class for the objects that represent item options for different look & feel types.

Declaration

TdxLayoutLookAndFeelItemOptions = class(
    TdxCustomLayoutLookAndFeelOptions
)

Remarks

This class extends its ancestor with the ControlBorderColor and ControlBorderStyle properties, which allow you to specify the border color and style of the control linked to a standard layout item. TdxLayoutLookAndFeelItemOptions descendants – TdxLayoutStandardLookAndFeelItemOptions, TdxLayoutWebLookAndFeelItemOptions, and TdxLayoutCxLookAndFeelItemOptions – provide options that are specific to

See Also