DataGridTextBoxColumn.PropertyDescriptor Property

Definition

Gets or sets the PropertyDescriptor for the DataGridTextBoxColumn.

public:
 virtual property System::ComponentModel::PropertyDescriptor ^ PropertyDescriptor {  void set(System::ComponentModel::PropertyDescriptor ^ value); };
public override System.ComponentModel.PropertyDescriptor PropertyDescriptor { set; }
member this.PropertyDescriptor : System.ComponentModel.PropertyDescriptor
Public Overrides Property PropertyDescriptor As PropertyDescriptor

Property Value

A PropertyDescriptor that formats the values displayed in the column.

Examples

The following example sets the PropertyDescriptor property of the DataGridTextBoxColumn.

[SampleID='Classic DataGridTextBoxColumn.PropertyDescriptor Example' SnippetID='1']  

Applies to