Click or drag to resize
UniGridFunctionsGetDataRowView Method (Object)
Gets the data row view from the given parameter (grid view row or data row view)

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public static DataRowView GetDataRowView(
	Object parameter
)

Parameters

parameter
Type: SystemObject
Parameter

Return Value

Type: DataRowView
See Also