Back to Devexpress

PropertyEditor.PropertyValue Property

expressappframework-devexpress-dot-expressapp-dot-editors-dot-propertyeditor-d5de844d.md

latest1.7 KB
Original Source

PropertyEditor.PropertyValue Property

Specifies the value of the property represented by the current Property Editor.

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public object PropertyValue { get; set; }
vb
Public Property PropertyValue As Object

Property Value

TypeDescription
Object

An object representing the current value of the Property Editor’s bound property.

|

Remarks

This property returns null if the ViewItem.CurrentObject property is set to null (Nothing).

You cannot set a value for this property if the Property Editor is read-only, or its ViewItem.CurrentObject is set to null (Nothing).

If you set this property manually, PropertyEditor.ControlValue will not be changed.

See Also

PropertyEditor Class

PropertyEditor Members

DevExpress.ExpressApp.Editors Namespace