DataGridViewRow::DataGridViewRowAccessibleObject::Value Property
.NET Framework (current version)
Gets the value of the DataGridViewRow::DataGridViewRowAccessibleObject.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: property String^ Value { [SecurityPermissionAttribute(SecurityAction::Demand, Flags = SecurityPermissionFlag::UnmanagedCode)] virtual String^ get() override; }
Property Value
Type: System::String^The value of the DataGridViewRow::DataGridViewRowAccessibleObject.
| Exception | Condition |
|---|---|
| InvalidOperationException | The value of the Owner property is null. |
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.
SecurityPermission
to call unmanaged code. Demand value: Demand. Permission value: UnmanagedCode
.NET Framework
Available since 2.0
Available since 2.0
Show: