Back to Devexpress

RowInfo Members

wpf-devexpress-dot-xpf-dot-propertygrid-dot-rowinfo-dot-underscore-members.md

latest4.1 KB
Original Source

RowInfo Members

Contains information about a data row.

Fields

NameDescription
DescriptionColumn
DisplayNameGets the display name shown by the row.
DisplayTextGets the display text shown by the row.

Properties

NameDescription
ChildrenGets a collection of objects that store information about corresponding child rows.
DescriptionGets the property description.
EditableObjectGets the row value object.
FullPathGets the full path to the data field displayed by the row. This is a dependency property.
HasPropertyDefinitionGets whether the row has any appropriate property definitions.
HeaderGets the actual row header.
IsAttachedGets whether the row represents an attached property.
IsCategoryGets whether the row is a category description.
IsReadOnlyGets whether the row is read-only.
IsVisibleGets whether the row is visible.
PathGets the path to the database field displayed by the row. This is a dependency property.
TypeGets the type of data displayed by the row.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines 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

RowInfo Class

DevExpress.Xpf.PropertyGrid Namespace