Back to Devexpress

PropertyEditor.ControlValue Property

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

latest1.4 KB
Original Source

PropertyEditor.ControlValue Property

Returns the value that is set to the current Property Editor’s control.

Namespace : DevExpress.ExpressApp.Editors

Assembly : DevExpress.ExpressApp.v25.2.dll

NuGet Package : DevExpress.ExpressApp

Declaration

csharp
public virtual object ControlValue { get; }
vb
Public Overridable ReadOnly Property ControlValue As Object

Property Value

TypeDescription
Object

An object representing the value that is set in the current Property Editor’s control.

|

Remarks

This method calls the GetControlValueCore method. This method should be overridden in the PropertyEditor class descendants.

See Also

PropertyEditor Class

PropertyEditor Members

DevExpress.ExpressApp.Editors Namespace