DataGridAutoGeneratingColumnEventArgs.PropertyType Property

Definition

Gets the type of the property bound to the generated column.

public:
 property Type ^ PropertyType { Type ^ get(); };
public Type PropertyType { get; }
member this.PropertyType : Type
Public ReadOnly Property PropertyType As Type

Property Value

The type of the property bound to the generated column.

Applies to