Skip to main content
Tab

ASPxEditBase.Value Property

Gets or sets the editor’s value.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

[DefaultValue(null)]
public virtual object Value { get; set; }

#Property Value

Type Default Description
Object null

A Object value representing the editor’s value.

See Also