DataGridViewLinkCell.ValueType Property

Definition

Gets or sets the data type of the values in the cell.

public:
 virtual property Type ^ ValueType { Type ^ get(); };
public override Type ValueType { get; }
member this.ValueType : Type
Public Overrides ReadOnly Property ValueType As Type

Property Value

A Type representing the data type of the value in the cell.

Applies to

See also