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

RowInfo.IsAttached Property

Gets whether the row represents an attached property.

Namespace: DevExpress.Xpf.PropertyGrid

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

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

Declaration

public bool IsAttached { get; }

Property Value

Type Description
Boolean

true if the row represents an attached property; otherwise, false.

See Also