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

RepositoryItemPictureEdit Class

Represents a repository item which stores settings specific to a PictureEdit control.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[ToolboxBitmap(typeof(ToolboxIconsRootNS), "PictureEdit")]
public class RepositoryItemPictureEdit :
    RepositoryItem,
    IContextItemCollectionOptionsOwner,
    IContextItemCollectionOwner

The following members return RepositoryItemPictureEdit objects:

Remarks

The RepositoryItemPictureEdit class provides properties and events appropriate to picture edit controls (PictureEdit class objects). Use the editor’s PictureEdit.Properties property to access these settings. Information contained within a RepositoryItemPictureEdit class is enough to create a fully functional PictureEdit editor.

The RepositoryItemPictureEdit class introduces properties controlling how the loaded image is stretched (RepositoryItemPictureEdit.SizeMode), image alignment within the editor (RepositoryItemPictureEdit.PictureAlignment), the availability of the image editing context menu (RepositoryItemPictureEdit.ShowMenu).

You do not need to create repository items manually unless you have to create inplace editors for container controls (such as the XtraGrid).

Inheritance

See Also