New to Telerik UI for WinFormsStart a free 30-day trial

Specifies methods used in bindable columns.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.GridView.dll

Syntax:

C#
public interface IBindableColumn

Derived Classes: GridViewComboBoxColumnGridViewMultiComboBoxColumn

Properties

Gets or sets the DataSource for the column.

C#
object DataSource { get; set; }

Gets or sets the display member.

C#
string DisplayMember { get; set; }

Gets or sets the value member.

C#
string ValueMember { get; set; }