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.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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.
See Also