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

RowInfo.HasPropertyDefinition Property

Gets whether the row has any appropriate property definitions.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PropertyGrid, DevExpress.Wpf.PropertyGrid

Declaration

public bool HasPropertyDefinition { get; }

Property Value

Type Description
Boolean

true, if the row corresponds to any property definition; otherwise, false.

See Also