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.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
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 |
|
Remarks
If you specify the PredefinedImages property, the image editor allows end users to choose an image in a collection of 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.