WebGridRow Class
Represents a row in a WebGrid instance.
Namespace:
System.Web.Helpers
Assembly: System.Web.Helpers (in System.Web.Helpers.dll)
The WebGridRow type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WebGridRow | Initializes a new instance of the WebGridRow class using the specified WebGrid instance, row value, and index. |
| Name | Description | |
|---|---|---|
![]() | Item[Int32] | Returns the value at the specified index in the WebGridRow instance. |
![]() | Item[String] | Returns the value that has the specified name in the WebGridRow instance. |
![]() | Value | Gets an object that contains a property member for each value in the row. |
![]() | WebGrid | Gets the WebGrid instance that the row belongs to. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetDynamicMemberNames | (Inherited from DynamicObject.) |
![]() | GetEnumerator | Returns an enumerator that can be used to iterate through the values of the WebGridRow instance. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetMetaObject | (Inherited from DynamicObject.) |
![]() | GetSelectLink | Returns an HTML element (a link) that users can use to select the row. |
![]() | GetSelectUrl | Returns the URL that can be used to select the row. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | Returns a string that represents all of the values of the WebGridRow instance. (Overrides Object.ToString().) |
![]() | TryBinaryOperation | (Inherited from DynamicObject.) |
![]() | TryConvert | (Inherited from DynamicObject.) |
![]() | TryCreateInstance | (Inherited from DynamicObject.) |
![]() | TryDeleteIndex | (Inherited from DynamicObject.) |
![]() | TryDeleteMember | (Inherited from DynamicObject.) |
![]() | TryGetIndex | (Inherited from DynamicObject.) |
![]() | TryGetMember | Returns the value of a WebGridRow member that is described by the specified binder. (Overrides DynamicObject.TryGetMember(GetMemberBinder, Object).) |
![]() | TryInvoke | (Inherited from DynamicObject.) |
![]() | TryInvokeMember | (Inherited from DynamicObject.) |
![]() | TrySetIndex | (Inherited from DynamicObject.) |
![]() | TrySetMember | (Inherited from DynamicObject.) |
![]() | TryUnaryOperation | (Inherited from DynamicObject.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IEnumerable.GetEnumerator | Returns an enumerator that can be used to iterate through a collection. |
