Skip to main content

ImageEditorOptions.AllowSearchPredefinedImages Property

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

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.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.

Property Paths

You can access this nested property as listed below:

Object Type Path to AllowSearchPredefinedImages
ImageInplaceEditorInfo
.Options .AllowSearchPredefinedImages

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 DisplayName property assigned.

See Also