Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

PropertyEditor.ControlValue Property

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

Namespace: DevExpress.ExpressApp.Editors

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public virtual object ControlValue { get; }

Property Value

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