Back to Devexpress

EditingFieldExtensionsWin.RegisterImageCollectionEditor Method

windowsforms-devexpress-dot-xtraprinting-dot-preview-dot-editingfieldextensionswin-dot-registerimagecollectioneditor.md

latest2.2 KB
Original Source

EditingFieldExtensionsWin.RegisterImageCollectionEditor Method

NameParametersDescription
RegisterImageCollectionEditor(String, String, IDictionary<String, Image>, Boolean, Boolean)name, displayName, images, searchEnabled, sizeOptionsEnabledRegisters an image editor with a filterable collection of predefined named images to be used for changing image content in Print Preview.
RegisterImageCollectionEditor(String, String, IDictionary<String, Image>)name, displayName, imagesRegisters an image editor with a collection of predefined named images to be used for changing image content in Print Preview.
RegisterImageCollectionEditor(String, String, IEnumerable<Image>, Boolean)name, displayName, images, sizeOptionsEnabledRegisters an image editor with a collection of predefined images to be used for changing image content in Print Preview.
RegisterImageCollectionEditor(String, String, IEnumerable<Image>)name, displayName, imagesRegisters an image editor with a collection of predefined images to be used for changing image content in Print Preview.