DataGridViewHeaderCell.ValueType Propiedad

Definición

Obtiene el tipo del valor almacenado en la celda.

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

Valor de propiedad

Objeto Type que representa el tipo String.

Se aplica a

Consulte también