Back to Devexpress

GridColumn.IsUnbound Property

maui-devexpress-dot-maui-dot-datagrid-dot-gridcolumn-0c6647e0.md

latest1.3 KB
Original Source

GridColumn.IsUnbound Property

Gets whether the column is unbound.

Namespace : DevExpress.Maui.DataGrid

Assembly : DevExpress.Maui.DataGrid.dll

NuGet Package : DevExpress.Maui.DataGrid

Declaration

csharp
public bool IsUnbound { get; }

Property Value

TypeDescription
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

GridColumn Class

GridColumn Members

DevExpress.Maui.DataGrid Namespace