windowsforms-devexpress-dot-xtraeditors-dot-repository-7ab41cf9.md
Serves as the base for repository items corresponding to BLOB editors.
Namespace : DevExpress.XtraEditors.Repository
Assembly : DevExpress.XtraEditors.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
public class RepositoryItemBlobBaseEdit :
RepositoryItemPopupBase,
IPopupWidthMode
Public Class RepositoryItemBlobBaseEdit
Inherits RepositoryItemPopupBase
Implements IPopupWidthMode
The following members return RepositoryItemBlobBaseEdit objects:
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.
Show 11 items
Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemBlobBaseEdit RepositoryItemImageEdit
See Also