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. |
Editable |
Gets the row value object. |
Full |
Gets the full path to the data field displayed by the row. This is a dependency property. |
Has |
Gets whether the row has any appropriate property definitions. |
Header | Gets the actual row header. |
Is |
Gets whether the row represents an attached property. |
Is |
Gets whether the row is a category description. |
Is |
Gets whether the row is read-only. |
Is |
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