Skip to main content

TcxLookAndFeel.Reset Method

Removes all look & feel setting modification flags.

Declaration

procedure Reset;

Remarks

Call the Reset procedure to clear all AssignedValues flags and use corresponding global look & feel settings for an individual DevExpress control.

Note

A Reset procedure call does not change NativeStyle, Kind, SkinName, ScrollbarMode, ScrollMode, and RenderMode property values.

See Also