RowInfo Properties
Contains information about a data row.| 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. |
See Also