Skip to main content
All docs
V26.1
  • ImageEditorOptions.AllowSearchPredefinedImages Property

    Indicates whether the image editor allows end users to use incremental search in the image collection.

    Namespace: DevExpress.XtraPrinting.Preview

    Assembly: DevExpress.XtraPrinting.v26.1.dll

    NuGet Package: DevExpress.Win.Printing

    Declaration

    public bool AllowSearchPredefinedImages { get; set; }

    Property Value

    Type Description
    Boolean

    true if the editor allows end users to use incremental search in the image collection; otherwise, false.

    Remarks

    If you specify the PredefinedImages property, the image editor allows end users to choose an image in a collection of predefined images.

    Predefined Images

    Set the AllowSearchPredefinedImages property to false, if search within the image collection is not required.

    Note

    Search is available only if items in the image editor’s PredefinedImages collection have the Caption property assigned.

    See Also