Table of Contents

Method Assign

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Assign(ListControlItem)

Copies the properties of the specified ListControlItem instance to the current instance. This method may not copy all the properties.

public virtual void Assign(ListControlItem assignFrom)

Parameters

assignFrom ListControlItem

The ListControlItem instance whose properties will be copied.