DataGridViewHeaderCell.ValueType Property

Definition

Gets the type of the value stored in the cell.

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

Property Value

A Type object representing the String type.

Applies to

See also