Share via


WebGridRow.Value Property

Gets an object that contains a property member for each value in the row.

Namespace:  System.Web.Helpers
Assembly:  System.Web.Helpers (in System.Web.Helpers.dll)

Syntax

'Declaration
Public ReadOnly Property Value As Object 
    Get
'Usage
Dim instance As WebGridRow 
Dim value As Object 

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
member Value : Object
function get Value () : Object

Property Value

Type: System.Object
An object that contains each value in the row as a property.

See Also

Reference

WebGridRow Class

System.Web.Helpers Namespace