Table of Contents

Property ConstructorParameters

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

ConstructorParameters

Parameters to pass to the Constructor

public IList ConstructorParameters { get; }

Property Value

IList

Remarks

Changing this collection will implicitly cause this DataProvider to refresh. When changing multiple refresh-causing properties, the use of DeferRefresh() is recommended. ConstuctorParameters becomes empty and read-only when ObjectInstance is assigned a value by the user.