Back to Devexpress

DataControlBase.BeginInit() Method

wpf-devexpress-dot-xpf-dot-grid-dot-datacontrolbase-c150f566.md

latest1016 B
Original Source

DataControlBase.BeginInit() Method

Starts the control’s runtime initialization.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Remarks

To end the control’s initialization, call the DataControlBase.EndInit method.

See Also

EndInit()

DataControlBase Class

DataControlBase Members

DevExpress.Xpf.Grid Namespace