Interface IBindableColumn
Specifies methods used in bindable columns.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public interface IBindableColumn
Properties
DataSource
Gets or sets the DataSource for the column.
Declaration
object DataSource { get; set; }
Property Value
System.Object
|
DisplayMember
Gets or sets the display member.
Declaration
string DisplayMember { get; set; }
Property Value
System.String
|
ValueMember
Gets or sets the value member.
Declaration
string ValueMember { get; set; }
Property Value
System.String
|