Back to Devexpress

LayoutView.BeginInit() Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-layout-dot-layoutview-5b75e0d9.md

latest1.2 KB
Original Source

LayoutView.BeginInit() Method

Starts the View’s runtime initialization.

Namespace : DevExpress.XtraGrid.Views.Layout

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
public override void BeginInit()
vb
Public Overrides Sub BeginInit

Remarks

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

See Also

BeginUpdate()

EndUpdate()

LayoutView Class

LayoutView Members

DevExpress.XtraGrid.Views.Layout Namespace