Udostępnij za pośrednictwem


DataGridTextBoxColumn.PropertyDescriptor Właściwość

Definicja

Pobiera lub ustawia wartość PropertyDescriptor dla parametru 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

Wartość właściwości

Element PropertyDescriptor , który formatuje wartości wyświetlane w kolumnie.

Przykłady

Poniższy przykład ustawia PropertyDescriptor właściwość .DataGridTextBoxColumn

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

Dotyczy