System.Windows.Forms.DataGridViewColumn.IsDataBound Property

Gets a value indicating whether the column is bound to a data source.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public bool IsDataBound { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A column becomes bound to a data source if it is part of a data-bound System.Windows.Forms.DataGridView. A column can become part of a data-bound System.Windows.Forms.DataGridView if the column is automatically created when the DataGridView.AutoGenerateColumns property is set to true, or if the column's DataGridViewColumn.DataPropertyName property is set when the column is manually added to the System.Windows.Forms.DataGridView.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0