Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemSearchLookUpEdit.ShowAddNewButton Property

Gets or sets whether the “Add New” button is displayed within the editor’s dropdown.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v24.2.dll

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

#Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ShowAddNewButton { get; set; }

#Property Value

Type Default Description
Boolean false

true if the “Add New” button is displayed within the editor’s dropdown; otherwise, false.

#Remarks

By default, this button click is not in effect. You can handle the RepositoryItemSearchLookUpEdit.AddNewValue event to respond to clicking this button. Typically, this event is designed to add new records to the dropdown data source. See the RepositoryItemSearchLookUpEdit.AddNewValue link to learn more.

SearchLookUpEdit

See Also