ListView..::..GetAspectValue Method

Gets the aspect value.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public string GetAspectValue(
	Object item,
	Column column
)
Public Function GetAspectValue ( _
	item As Object, _
	column As Column _
) As String
public:
String^ GetAspectValue(
	Object^ item, 
	Column^ column
)

Parameters

item
Type: Object
The item.
column
Type: Column
The column.

Return Value

System.String.