Click or drag to resize
UniGridFunctionsGetDataRowView Method (DataControlFieldCell)
Gets whole row for given cell.

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

Parameters

dcf
Type: System.Web.UI.WebControlsDataControlFieldCell
Row cell

Return Value

Type: DataRowView
Appropriate row
See Also