Skip to main content

RepositoryItemBlobBaseEdit() Constructor

Initializes a new RepositoryItemBlobBaseEdit class instance with default settings.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RepositoryItemBlobBaseEdit()

Remarks

This constructor creates a new instance of the RepositoryItemBlobBaseEdit class and sets its properties to their default values. Since RepositoryItemBlobBaseEdit is the base class for repository items of BLOB editors, you do not need to create its instances directly. This constructor is automatically called by derived classes instead.

See Also