Skip to main content

RowInfo.HasPropertyDefinition Property

Gets whether the row has any appropriate property definitions.

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Package: 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