Back to Devexpress

BaseLayoutItem.BeginInit() Method

windowsforms-devexpress-dot-xtralayout-dot-baselayoutitem-6e7bc921.md

latest1.3 KB
Original Source

BaseLayoutItem.BeginInit() Method

Starts the component’s initialization.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void BeginInit()
vb
Public Overridable Sub BeginInit

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

EndInit()

BaseLayoutItem Class

BaseLayoutItem Members

DevExpress.XtraLayout Namespace