Skip to main content

GridColumn.IsUnbound Property

Gets whether the column is unbound.

Namespace: DevExpress.Mobile.DataGrid

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

Declaration

public bool IsUnbound { get; }

Property Value

Type Description
Boolean

true, if the column is unbound; otherwise, false.

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.

Use the IsUnbound property to determine whether a column is not bound to any field of the data source. Unbound column values are calculated according to a formula based on the values of other columns. For more details, see Unbound Columns.

See Also