Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

[DXCategory("Behavior")]
[DefaultValue(false)]
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