Skip to main content

GridColumn.IsUnbound Property

Gets whether the column is unbound.

Namespace: DevExpress.Maui.DataGrid

Assembly: DevExpress.Maui.DataGrid.dll

NuGet Package: DevExpress.Maui.DataGrid

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