Skip to main content
A newer version of this page is available. .

TcxLookAndFeel.RenderMode Property

Specifies the render mode for a control.

Declaration

property RenderMode: TdxRenderMode read; write;

Property Value

Type
TdxRenderMode

Remarks

Use this property to switch between available render modes at:

The RenderMode property’s setter adds the lfvRenderMode flag to the AssignedValues property value and raises the OnChanged event once the change is applied to the control. Refer to the TdxRenderMode type description for details on available render modes.

Note

An effect of the RenderMode property value change made after a BeginUpdate call is postponed until an EndUpdate procedure call.

The RenderMode property’s default value is rmDefault.

See Also