| Interface | Description |
|---|---|
| IColumn |
Specifies the column definition of a
DataTable |
| IExportableColumn |
Specifies that a
IColumn has an export capability |
| Class | Description |
|---|---|
| AbstractColumn |
Base class for
IColumns implementation |
| AjaxPropertyColumn |
Provides a property column for a
DataTable which content will be ajax/lazy loaded. |
| CommandColumn |
Provides a commands column for a
DataTable |
| CurrencyPropertyColumn |
Provides a currency property column for a
DataTable |
| DatePropertyColumn |
Provides a date property column for a
DataTable |
| IdPropertyColumn |
Provides an id property column for a
DataTable. |
| LinkPropertyColumn |
Provides a link property column for a
DataTable bound to a CommandButton action/url |
| NumberPropertyColumn |
Provides a number property column for a
DataTable |
| PropertyColumn |
Provides a property column for a
DataTable |
Copyright © 2021 7thWeb. All rights reserved.