Back to Devexpress

GridView.AddUnboundColumn Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-dot-addunboundcolumn.md

latest1.2 KB
Original Source

GridView.AddUnboundColumn Method

NameParametersDescription
AddUnboundColumn()noneCreates 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, dataTypeCreates 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, captionCreates 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.