RowInfo Members
Contains information about a data row.Fields
| Name | Description |
|---|---|
| DescriptionColumn | |
| DisplayName | Gets the display name shown by the row. |
| DisplayText | Gets the display text shown by the row. |
Properties
| Name | Description |
|---|---|
| Children | Gets a collection of objects that store information about corresponding child rows. |
| Description | Gets the property description. |
| EditableObject | Gets the row value object. |
| FullPath | Gets the full path to the data field displayed by the row. This is a dependency property. |
| HasPropertyDefinition | Gets whether the row has any appropriate property definitions. |
| Header | Gets the actual row header. |
| IsAttached | Gets whether the row represents an attached property. |
| IsCategory | Gets whether the row is a category description. |
| IsReadOnly | Gets whether the row is read-only. |
| IsVisible | Gets whether the row is visible. |
| Path | Gets the path to the database field displayed by the row. This is a dependency property. |
| Type | Gets the type of data displayed by the row. |
Methods
| Name | Description |
|---|---|
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also