Back to Devexpress

RepositoryItemSearchLookUpEdit.ShowAddNewButton Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemsearchlookupedit-11a13f6f.md

latest2.2 KB
Original Source

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

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

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool ShowAddNewButton { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Property ShowAddNewButton As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

AddNewValue

RepositoryItemSearchLookUpEdit Class

RepositoryItemSearchLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace