Skip to main content
All docs
V23.2

RepositoryItemGridLookUpEdit.CaseSensitiveSearch Property

Gets or sets whether to enable case sensitive search.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

[DefaultValue(false)]
[DXCategory("Behavior")]
public bool CaseSensitiveSearch { get; set; }

Property Value

Type Default Description
Boolean false

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