Skip to main content
Version: 2025

ISalListItem

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.50 (5.0.0.0)

Supplies client-rendering content for a SAL list item independently of its display text.

public interface ISalListItem

Example:

object RenderItem(PPJ.Runtime.Windows.ISalListItem item)
{
return item.Render();
}

Methods

Instance member Render()

Creates the content sent to the client to render this item.

Returns: Object. The rendering payload understood by the containing list control.