Skip to main content

StyleController.BeginInit() Method

Performs specific actions before control initialization.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void BeginInit()

Remarks

This method supports the internal infrastructure and is not intended to be used directly in your code.

To prevent excessive display updates when changing multiple properties, use the StyleController.BeginUpdate and StyleController.EndUpdate methods.

See Also