Skip to main content
All docs
V26.1
  • ResetFormAction.ExcludeFields Property

    Gets or sets whether fields listed in the ResetFormAction.Fields property are excluded from the reset operation.

    Namespace: DevExpress.Docs.Pdf

    Assembly: DevExpress.Docs.Pdf.v26.1.dll

    Declaration

    public bool ExcludeFields { get; set; }

    Property Value

    Type Description
    Boolean

    true to reset all fields in the document’s interactive form except fields listed in the ResetFormAction.Fields property; otherwise, false

    See Also