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.2.dll

Declaration

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

The following members 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.

See Also