RecroGridRGPropertyIsKey Property

Set the field as a key in the entity.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
public bool IsKey { get; set; }

Property Value

Boolean
true if this column is key; otherwise, false.

See Also