Back to Devexpress

ASPxEditBase.Value Property

aspnet-devexpress-dot-web-dot-aspxeditbase-43032c1f.md

latest1.1 KB
Original Source

ASPxEditBase.Value Property

Gets or sets the editor’s value.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(null)]
public virtual object Value { get; set; }
vb
<DefaultValue(Nothing)>
Public Overridable Property Value As Object

Property Value

TypeDefaultDescription
Objectnull

A Object value representing the editor’s value.

|

See Also

Value

ASPxEditBase Class

ASPxEditBase Members

DevExpress.Web Namespace