Skip to main content

GridColumn Class

An abstract class that serves as the base class for grid columns.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

public abstract class GridColumn :
    BindableObject,
    ILayoutCalculatorItem,
    IFieldValueVisitor

Remarks

Important

This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.

The GridColumn class implements basic grid column functionality. Since this class is abstract, you cannot create an instance of it directly. Use one of its descendants instead.

To learn more on grid columns, see the following documents.

See Also