GridItem::Value Property

 

When overridden in a derived class, gets the current value of this GridItem.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Object^ Value {
	virtual Object^ get() abstract;
}

Property Value

Type: System::Object^

The current value of this GridItem. This can be null.

.NET Framework
Available since 1.1
Return to top
Show: