Skip to main content

BlobBaseEdit Class

The base class for editors that work with binary large object (BLOB) data.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v25.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public abstract class BlobBaseEdit :
    PopupBaseEdit

Remarks

BlobBaseEdit is the abstract base class for editors that store and display BLOB data. The class implements core functionality for MemoExEdit and ImageEdit controls.

Use BlobBaseEdit.Properties to access settings common to BLOB editors.

Note

Do not instantiate BlobBaseEdit directly. Derive from it to create custom editors that work with BLOB data.

See Also