GridColumnIHandler Interface |
Namespace: Eto.Forms
The GridColumnIHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| AutoSize |
Gets or sets a value indicating whether this column will auto size to the content of the grid.
| |
| DataCell |
Gets or sets the cell for the content of the column.
| |
| Editable |
Gets or sets a value indicating whether the user can edit the contents of the cells, if the DataCell allows it.
| |
| HeaderText |
Gets or sets the text to display in the header of the column.
| |
| Resizable |
Gets or sets a value indicating whether the column is resizable by the user.
| |
| Sortable |
Gets or sets a value indicating whether the user can click on the header.
| |
| Visible |
Gets or sets a value indicating whether this column is visible.
| |
| Width |
Gets or sets the initial width of the column.
|