Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemBlobBaseEdit Class

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#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