Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PropertyEditor.PropertyValue Property

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public object PropertyValue { get; set; }

#Property Value

Type Description
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