Skip to main content
A newer version of this page is available. .

GridColumn.IsUnbound Property

Gets whether the column is unbound.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

Declaration

public bool IsUnbound { get; }

Property Value

Type Description
Boolean

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

Remarks

Use the IsUnbound property to determine whether a column is bound or unbound.

See Also