Back to Devexpress

PropertyGridControl.ReadOnly Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertygridcontrol-15773d02.md

latest1.2 KB
Original Source

PropertyGridControl.ReadOnly Property

Gets or sets whether the end-user can modify the values of properties displayed by the PropertyGridControl. This is a dependency property.

Namespace : DevExpress.Xpf.PropertyGrid

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

NuGet Package : DevExpress.Wpf.PropertyGrid

Declaration

csharp
public bool ReadOnly { get; set; }
vb
Public Property [ReadOnly] As Boolean

Property Value

TypeDescription
Boolean

true, to allow the end-user to edit property values; otherwise, false.

|

See Also

PropertyGridControl Class

PropertyGridControl Members

DevExpress.Xpf.PropertyGrid Namespace