Method Assign
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
assignFromListControlItemThe ListControlItem instance whose properties will be copied.