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.v18.2.dll

Declaration

public bool HasPropertyDefinition { get; }

Property Value

Type Description
Boolean

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

See Also