Back to Devexpress

RepositoryItemLookUpEdit.CaseSensitiveSearch Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemlookupedit-a1937205.md

latest2.1 KB
Original Source

RepositoryItemLookUpEdit.CaseSensitiveSearch Property

Gets or sets whether the end-user needs to type text matching the case when performing an incremental search.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

true if an incremental search is case sensitive; otherwise false.

|

Remarks

A lookup editor enables users to perform an incremental search, i.e. locate rows by values of a particular field.

The CaseSensitiveSearch property controls whether the incremental search should be case sensitive or not.

When incremental search is enabled, typing within the editor locates a row whose field value starts with the text typed. The RepositoryItemLookUpEdit.SearchMode property allows you to choose incremental search mode. Refer to this topic for more information.

See Also

SearchMode

RepositoryItemLookUpEdit Class

RepositoryItemLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace