Skip to main content

TabbedGroup.EndInit() Method

Finishes the component’s initialization.

Namespace: DevExpress.XtraLayout

Assembly: DevExpress.XtraLayout.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void EndInit()

Remarks

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

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

See Also