RecroGrid Framework
C#
Show/Hide TOC
Recro
Grid
Client
Columns Property
It contains the available columns for the client and their definitions.
Definition
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.1.0.24.0419.1
C#
Copy
public
List
<
RecroGrid
ColumnDefs
>
ClientColumns
{
get
; }
Property Value
List
RecroGrid
ColumnDefs
The client columns.
See Also
Reference
RecroGrid Class
Recrovit.RecroGridFramework Namespace
In This Article
Definition
See Also