Click or drag to resize

RecroGridColumnDefsIsKey Property

Gets a value indicating whether this column is key.

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

Property Value

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