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.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
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.
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.