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

RowInfo.IsReadOnly Property

Gets whether the row is read-only.

Namespace: DevExpress.Xpf.PropertyGrid

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

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

Declaration

public bool IsReadOnly { get; }

Property Value

Type Description
Boolean

true if the row is read-only; otherwise, false.

See Also