Back to Devexpress

BaseLayoutItem.EndInit() Method

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-8972d7f4.md

latest1.3 KB
Original Source

BaseLayoutItem.EndInit() Method

Finishes the component’s initialization.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void EndInit()
vb
Public Overridable Sub

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

BeginInit()

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace