Skip to main content

PdfAnnotationActions.InputFocusLost Property

Gets an action that is performed when the annotation loses the input focus.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v23.2.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAction InputFocusLost { get; }

Property Value

Type Description
PdfAction

A PdfAction object that represents the action.

See Also