Back to Devexpress

RepositoryItemBlobBaseEdit Class

windowsforms-devexpress-dot-xtraeditors-dot-repository-7ab41cf9.md

latest3.0 KB
Original Source

RepositoryItemBlobBaseEdit Class

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

Declaration

csharp
public class RepositoryItemBlobBaseEdit :
    RepositoryItemPopupBase,
    IPopupWidthMode
vb
Public Class RepositoryItemBlobBaseEdit
    Inherits RepositoryItemPopupBase
    Implements 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.

Inheritance

Show 11 items

Object MarshalByRefObject Component DevExpress.XtraEditors.ComponentBase RepositoryItem RepositoryItemTextEdit RepositoryItemButtonEdit RepositoryItemPopupBase RepositoryItemBlobBaseEdit RepositoryItemImageEdit

RepositoryItemMemoExEdit

See Also

RepositoryItemBlobBaseEdit Members

Properties

DevExpress.XtraEditors.Repository Namespace