Back to Devexpress

RepositoryItemGridLookUpEdit.CaseSensitiveSearch Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemgridlookupedit-3a27fd04.md

latest1.8 KB
Original Source

RepositoryItemGridLookUpEdit.CaseSensitiveSearch Property

Gets or sets whether to enable case sensitive search.

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 CaseSensitiveSearch { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue(False)>
Public Property CaseSensitiveSearch As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to enable case sensitive search; otherwise, false.

|

Remarks

Use the SearchMode property to enable item search for a stand-alone Grid-based lookup editor.

See Also

SearchMode

RepositoryItemGridLookUpEdit Class

RepositoryItemGridLookUpEdit Members

DevExpress.XtraEditors.Repository Namespace