ASPxEditBase.Value Property
Gets or sets the editor's value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
[DefaultValue(null)]
public virtual object Value { get; set; }
<DefaultValue(Nothing)>
Public Overridable Property Value As Object
Property Value
Type | Default | Description |
---|---|---|
Object | null |
A Object value representing the editor's value. |
See Also
Feedback