Skip to main content

PropertyDefinitionBase.BeginInit() Method

Starts the runtime initialization.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public override void BeginInit()

Remarks

To end the runtime initialization, call the PropertyDefinitionBase.EndInit method.

See Also