Skip to main content

TdxCustomReportLinkOptionsFormatting.LookAndFeelKind Property

Specifies the overall look and feel of a report.

Declaration

property LookAndFeelKind: TcxLookAndFeelKind read; write; default lfUltraFlat;

Property Value

Type Default
TcxLookAndFeelKind lfUltraFlat

Remarks

Use the LookAndFeelKind property to specify the overall look and feel of the report. The look and feel settings specify the appearance aspects of the borders, buttons and the other elements of the control that is associated with this report link. See the TcxLookAndFeelKind description for a list of the available options.

The LookAndFeelKind property’s default value is lfUltraFlat.

See Also