Skip to main content
All docs
V18.2

ASPxClientWebDocumentViewerEditingField Members

Provides functionality for a field whose content can be edited in the Web Document Viewer.

Constructors

Name Description
ASPxClientWebDocumentViewerEditingField() Initializes a new instance of the ASPxClientWebDocumentViewerEditingField class with the default settings.

Fields

Name Description
editValue Provides access to the current value of an editing field.
readOnly Provides access to a value that specifies whether or not an editing field’s content can be customized in Print Preview.

Methods

Name Description
editorName() Returns the name of an editor used to change a field value in Print Preview.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
groupID() Returns the ID of a logical group to which an editing field for a check box belongs.
id() Returns the unique identifier of an editing field.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
pageIndex() Returns the index of the page on which an editing field is located.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also