Click or drag to resize

RecroGridColumnDefsReadable Property

Gets a value indicating whether this column is readable.

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

Property Value

Type: Boolean
true if readable; otherwise, false.
See Also