Skip to main content

RowInfo.HasPropertyDefinition Property

Gets whether the row has any appropriate property definitions.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v26.1.dll

Declaration

public bool HasPropertyDefinition { get; }

Property Value

Type Description
Boolean

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

See Also