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

RepositoryItemImageEdit Class

Represents a repository item which stores settings specific to an ImageEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v18.1.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "ImageEdit")]
public class RepositoryItemImageEdit :
    RepositoryItemBlobBaseEdit

The following members accept/return RepositoryItemImageEdit objects:

Remarks

The RepositoryItemImageEdit class provide properties and events appropriate to image edit controls (ImageEdit class objects). The ImageEdit.Properties property allows you to access these settings for an individual image editor. Information provided by a RepositoryItemImageEdit class is enough to create a fully functional ImageEdit editor.

The RepositoryItemImageEdit class introduces the RepositoryItemImageEdit.SizeMode property controlling how the image is stretched within the popup window and the RepositoryItemImageEdit.ShowMenu property specifying the availability of image editing context menu.

You do not need to create repository items manually unless you have to create inplace editors for container controls.

The following code snippets (auto-collected from DevExpress Examples) contain references to the RepositoryItemImageEdit class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also