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