Skip to main content
A newer version of this page is available. .

RowInfo.Type Property

Gets the type of data displayed by the row.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, 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