Share via


DataGridViewRow.DataGridViewRowAccessibleObject.Value Vlastnost

Definice

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

Hodnota vlastnosti

Hodnota parametru DataGridViewRow.DataGridViewRowAccessibleObject.

Výjimky

Hodnota Owner vlastnosti je null.

Poznámky

Vlastnost Value zahrnuje Value vlastnost pro každou buňku v řádku. Value vrátí řetězec "(Create New)", pokud je aktuální řádek novým řádkem.

Platí pro

Viz také