Back to Devexpress

EditingFieldModel Class

xtrareports-devexpress-dot-xtrareports-dot-web-dot-webdocumentviewer-92ce4c91.md

latest1.6 KB
Original Source

EditingFieldModel Class

A ViewModel providing content editing functionality to the Web Document Viewer.

Namespace : DevExpress.XtraReports.Web.WebDocumentViewer

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

NuGet Package : DevExpress.Web.Reporting.Common

Declaration

csharp
[DataContract]
[KnownType(typeof(ImageEditingFieldValue))]
[KnownType(typeof(CheckBoxState))]
public sealed class EditingFieldModel
vb
<DataContract>
<KnownType(GetType(ImageEditingFieldValue))>
<KnownType(GetType(CheckBoxState))>
Public NotInheritable Class EditingFieldModel

Inheritance

Object EditingFieldModel

See Also

EditingFieldModel Members

Edit Content in Print Preview

DevExpress.XtraReports.Web.WebDocumentViewer Namespace