RowInfo.Type Property
Gets the type of data displayed by the row.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Property Value
Type | Description |
---|---|
Type | The Type of data displayed by the row. |
Remarks
The value of the Type property corresponds to the value of the PropertyDefinition.Type property.
See Also