DataGridViewButtonCell.FormattedValueType Property

Definition

Gets the type of the formatted value associated with the cell.

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

Property Value

A Type representing the type of the cell's formatted value.

Applies to

See also