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. Properties that are not copied include those that are Action delegates, Graphics.DrawElementParams arrays, and any other complex objects.

public virtual void Assign(ListControlItem assignFrom)

Parameters

assignFrom ListControlItem

The ListControlItem instance whose properties will be copied.