Skip to main content

GridColumn.IsUnbound Property

Gets whether the column is unbound.

Namespace: DevExpress.XamarinForms.DataGrid

Assembly: DevExpress.XamarinForms.Grid.dll

NuGet Package: DevExpress.XamarinForms.Grid

#Declaration

C#
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