Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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