Click or drag to resize

GridColumn Class

Grid column definition for a Grid
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[ContentPropertyAttribute("DataCell")]
public class GridColumn : Widget

The GridColumn type exposes the following members.

Constructors
  NameDescription
Public methodGridColumn
Initializes a new instance of the GridColumn class
Top
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