Skip to main content

RepositoryItemPopupBase() Constructor

Creates an instance of the RepositoryItemPopupBase class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public RepositoryItemPopupBase()

Remarks

The constructor invokes the base constructor and initializes all properties to their default values. The RepositoryItemPopupBase class is the base class for popup editors and you do not need to create its instances directly.

See Also