DataGridViewRow.DataGridViewRowAccessibleObject.Value Property

Definition

public:
 virtual property System::String ^ Value { System::String ^ get(); };
public override string Value { get; }
member this.Value : string
Public Overrides ReadOnly Property Value As String

Property Value

The value of the DataGridViewRow.DataGridViewRowAccessibleObject.

Exceptions

The value of the Owner property is null.

Remarks

The Value property includes the Value property for each cell in the row. Value returns the string "(Create New)" if the current row is a new row.

Applies to

See also