FormViewKey(RgfEntityKey, Int32) Constructor

Initializes a new instance of the FormViewKey class

Definition

Namespace: Recrovit.RecroGridFramework.Client.Models
Assembly: Recrovit.RecroGridFramework.Client (in Recrovit.RecroGridFramework.Client.dll) Version: 8.4.0.10320
C#
public FormViewKey(
	RgfEntityKey entityKey,
	int rowIndex = -1
)

Parameters

entityKey  RgfEntityKey
 
rowIndex  Int32  (Optional)
 

See Also