Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridView.AddUnboundColumn Method

Name Parameters Description
AddUnboundColumn() none Creates an unbound column with an empty display caption and opens the Expression Editor to allow an end-user to specify an expression for the column.
AddUnboundColumn(String, String, Type) columnName, caption, dataType Creates an unbound column with the specified name, caption, and unbound data type. Opens the Expression Editor to allow a \user to specify an expression for the column.
AddUnboundColumn(String, String) columnName, caption Creates an unbound column with the specified name and display caption and opens the Expression Editor to allow an end-user to specify an expression for the column.