Click or drag to resize

GridColumnIHandler Interface

Handler interface for the GridColumn.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The GridColumnIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAutoSize
Gets or sets a value indicating whether this column will auto size to the content of the grid.
Public propertyDataCell
Gets or sets the cell for the content of the column.
Public propertyEditable
Gets or sets a value indicating whether the user can edit the contents of the cells, if the DataCell allows it.
Public propertyHeaderText
Gets or sets the text to display in the header of the column.
Public propertyResizable
Gets or sets a value indicating whether the column is resizable by the user.
Public propertySortable
Gets or sets a value indicating whether the user can click on the header.
Public propertyVisible
Gets or sets a value indicating whether this column is visible.
Public propertyWidth
Gets or sets the initial width of the column.
Top
See Also