Skip to main content

RowInfo.Type Property

Gets the type of data displayed by the row.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public Type Type { get; }

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