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

RepositoryItemBlobBaseEdit Class

Serves as the base for repository items corresponding to BLOB editors.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public class RepositoryItemBlobBaseEdit :
    RepositoryItemPopupBase,
    IPopupWidthMode

The following members return RepositoryItemBlobBaseEdit objects:

Remarks

The RepositoryItemBlobBaseEdit class is the base class for repository items corresponding to editors displaying data for BLOBs. It provides settings common for RepositoryItemMemoExEdit and RepositoryItemImageEdit classes.

The RepositoryItemBlobBaseEdit class introduces properties that specify whether to display icons identifying the presence of data within the editor, provide custom images for these icons, define whether the editor’s popup window can be resized by end-users and set the popup window’s initial size.

Since the RepositoryItemBaseSpinEdit class is a base, you should not instantiate it programmatically. You can derive your own repository item classes from it when developing a custom BLOB editor.

See Also