Table of Contents

Property ObjectType

Namespace
Alternet.UI
Assembly
Alternet.UI.dll

ObjectType

The type to instantiate for use as ObjectInstance. This is null when the ObjectDataProvider is uninitialized or explicitly set to null. If the user makes an assignment to ObjectInstance, ObjectType will return the Type of the object (or null if the object is null).

public Type ObjectType { get; set; }

Property Value

Type

Remarks

Only one of ObjectType or ObjectInstance can be set by the user to a non-null value. While refresh is deferred, ObjectInstance and Data will not update until Refresh() is called.