DataGridTextBoxColumn::PropertyDescriptor Property
.NET Framework (current version)
Gets or sets the PropertyDescriptor for the DataGridTextBoxColumn.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property PropertyDescriptor^ PropertyDescriptor { virtual void set(PropertyDescriptor^ value) override; }
Property Value
Type: System.ComponentModel::PropertyDescriptor^A PropertyDescriptor that formats the values displayed in the column.
The following example sets the PropertyDescriptor property of the DataGridTextBoxColumn.
[SampleID='Classic DataGridTextBoxColumn.PropertyDescriptor Example' SnippetID='1']
.NET Framework
Available since 1.1
Available since 1.1
Show: