Back to Devexpress

PropertyDefinitionBase.IsReadOnly Property

wpf-devexpress-dot-xpf-dot-propertygrid-dot-propertydefinitionbase-a94b6fc2.md

latest1.3 KB
Original Source

PropertyDefinitionBase.IsReadOnly Property

Gets or sets whether the property’s value can be changed by end-users. 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? IsReadOnly { get; set; }
vb
Public Property IsReadOnly As Boolean?

Property Value

TypeDescription
Nullable<Boolean>

true , if an end-user cannot modify the property’s value; otherwise, false.

|

See Also

PropertyDefinitionBase Class

PropertyDefinitionBase Members

DevExpress.Xpf.PropertyGrid Namespace