Skip to main content
A newer version of this page is available. .

PropertyDefinitionBase.EndInit() Method

Ends the runtime initialization.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, DevExpress.Wpf.PropertyGrid

Declaration

public override void EndInit()

Remarks

To start the runtime initialization, use the PropertyDefinitionBase.BeginInit method.

See Also