Skip to main content

RepositoryItemGridLookUpEdit() Constructor

Initializes a new instance of the RepositoryItemGridLookUpEdit class.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public RepositoryItemGridLookUpEdit()

Remarks

The constructor creates a new RepositoryItemGridLookUpEdit class instance and sets its properties to their default values.

When a GridLookUpEdit control is created, the current constructor is automatically invoked to initialize the control’s GridLookUpEdit.Properties object. Generally, you do not need to call the RepositoryItemGridLookUpEdit constructor unless you have to create lookup editors for inplace editing within container controls such as the XtraGrid.

See Also