IBindableColumn
Interface
Specifies methods used in bindable columns.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public interface IBindableColumn
Derived Classes:
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; }