PropertyEditor.PropertyValue Property
Specifies the value of the property represented by the current Property Editor.
Namespace: DevExpress.ExpressApp.Editors
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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