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

LookUpEditSettingsBase.AllowRejectUnknownValues Property

Gets or sets whether to allow a user to enter the values that are not present in the data source. This is a dependency property.

Namespace: DevExpress.Xpf.Editors.Settings

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public bool AllowRejectUnknownValues { get; set; }

Property Value

Type Description
Boolean

true, to reject unknown values; otherwise, false.

See Also