UniGridFunctionsGetDataRowView Method (DataControlFieldCell) |
Gets whole row for given cell.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 13.0.131
Syntax public static DataRowView GetDataRowView(
DataControlFieldCell dcf
)
Parameters
- dcf
- Type: System.Web.UI.WebControlsDataControlFieldCell
Row cell
Return Value
Type:
DataRowViewAppropriate row
See Also