GridViewColumn::DisplayMemberBinding Property
.NET Framework (current version)
Gets or sets the data item to bind to for this column.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: property BindingBase^ DisplayMemberBinding { BindingBase^ get(); void set(BindingBase^ value); }
Property Value
Type: System.Windows.Data::BindingBase^The specified data item type that displays in the column. The default is null.
The DisplayMemberBinding property associates a type of data from a data source to a column so that the column displays a set of values of that type. Examples of data source objects include XmlDataProvider objects and ObjectDataProvider objects.
The following properties are all used to define the content and style of a column cell, and are listed here in their order of precedence, from highest to lowest:
DisplayMemberBinding
.NET Framework
Available since 3.0
Available since 3.0
Show: