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

TcxLookAndFeelController.EndUpdate Method

Applies any pending look & feel changes made after a BeginUpdate procedure call.

Declaration

procedure EndUpdate;

Remarks

Every time a Kind, NativeStyle, ScrollbarMode, ScrollMode, RenderMode, or SkinName property value changes, the controller repaints all affected DevExpress controls in an application to reflect the change. Enclose multiple look & feel setting changes between the BeginUpdate and EndUpdate procedure calls to avoid excessive repaint operations.

Note

Ensure that an EndUpdate procedure call follows every BeginUpdate call.

See Also