Wimark.Controls Class Library  

DataGridViewColumn.DataPropertyName Property

Gets or sets the name of the data model property to which the DataGridViewColumn is bound.

[Visual Basic]
Public Property DataPropertyName As String 
[C#]
public string DataPropertyName {get; set;}
[C++]
public: __property String* get_DataPropertyName();
public: __property void set_DataPropertyName(String*);

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

DataGridViewColumn Class | DataGridViewColumn Members | Wimark.Controls Namespace