DataGridTextBoxColumn::PropertyDescriptor Property

 
Use BaseTrue

Gets or sets the PropertyDescriptor for the DataGridTextBoxColumn.

Namespace:   System.Windows.Forms
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
Return to top
Show: