RecroGridRGPropertyIsKey Property

Set the field as a key in the entity.

Definition

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

Property Value

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

See Also