Click or drag to resize

RecroGridRGPropertyIsKey Property

Meghatározza, hogy a mező egy kulcs az entitásban.

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

Property Value

Type: Boolean
true if this column is key; otherwise, false.
See Also