DataGridView.ResetText Method

Definition

Resets the Text property to its default value (Empty).

public:
 override void ResetText();
public override void ResetText ();
override this.ResetText : unit -> unit
Public Overrides Sub ResetText ()

Remarks

Although this method behaves as described, the Text property is not relevant for this control.

Applies to

See also