Skip to main content

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.v23.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