Back to Devexpress

PropertyEditor.ReadValue() Method

expressappframework-devexpress-dot-expressapp-dot-editors-dot-propertyeditor-03a242e5.md

latest1.7 KB
Original Source

PropertyEditor.ReadValue() Method

Reads a value to the current Property Editor’s control.

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public void ReadValue()
vb
Public Sub ReadValue

Remarks

This method calls the ReadValueCore method that does nothing in this class. To implement reading the property’s value to the Property Editor’s control, override the ReadValueCore method in your descendant of the PropertyEditor class. In addition, you can override the CanReadValue method to indicate whether the property’s value can now be read to the control. In the PropertyEditor class, this method checks whether the ViewItem.Control property is not set to null ( Nothing ).

After the property value is read to the Property Editor’s control, the PropertyEditor.ValueRead event is raised.

See Also

PropertyEditor Class

PropertyEditor Members

DevExpress.ExpressApp.Editors Namespace