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

BlobBaseEdit() Constructor

Creates a new instance of the PopupBaseEdit class.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v18.2.dll

Declaration

public BlobBaseEdit()

Remarks

Since the BlobBaseEdit class is an abstract base class, you should not create its instances directly. The current constructor is automatically invoked when you create controls derived from the BlobBaseEdit class, such as MemoExEdit or ImageEdit.

See Also