WebPropertyEditor.ControlValue Property
Returns the value that is set to the current Property Editor’s control.
Namespace: DevExpress.ExpressApp.Web.Editors
Assembly: DevExpress.ExpressApp.Web.v25.1.dll
NuGet Package: DevExpress.ExpressApp.Web
Declaration
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