Skip to main content

EditingFieldModel.EditValue Property

Specifies the value assigned to the field.

Namespace: DevExpress.XtraReports.Web.WebDocumentViewer

Assembly: DevExpress.XtraReports.v23.2.Web.dll

NuGet Package: DevExpress.Web.Reporting.Common

Declaration

[DataMember(Name = "editValue")]
public object EditValue { get; set; }

Property Value

Type Description
Object

A Object value.

See Also