Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IDocumentOperationResult Interface

Provides information about the result of preforming a custom document operation on the client side.

#Declaration

TypeScript
export interface IDocumentOperationResult

#Properties

#customData Property

Specifies custom data associated with the performed document operation.

#Declaration

TypeScript
customData?: string

#Property Value

Type Description
string

A string containing information associated with the document operation.

#documentId Property

Specifies the document ID.

#Declaration

TypeScript
documentId: string

#Property Value

Type Description
string

A string that specifies the document ID.

#message Property

Specifies the error message to display if performing a document operation fails.

#Declaration

TypeScript
message?: string

#Property Value

Type Description
string

A string specifying the text of the error message.

#succeeded Property

Specifies whether a document operation has been successfully performed.

#Declaration

TypeScript
succeeded: boolean

#Property Value

Type Description
boolean

true, if the document operation has been successfully performed; otherwise, false.