Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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