DataGridViewHeaderCell.ValueType Eigenschaft

Definition

Ruft den Typ des in der Zelle gespeicherten Werts ab.

public:
 virtual property Type ^ ValueType { Type ^ get(); void set(Type ^ value); };
public override Type ValueType { get; set; }
public override Type? ValueType { get; set; }
member this.ValueType : Type with get, set
Public Overrides Property ValueType As Type

Eigenschaftswert

Ein Type-Objekt, das den String-Typ darstellt.

Gilt für:

Weitere Informationen