Skip to main content
All docs
V25.1
  • RepositoryItemGridLookUpEdit.CaseSensitiveSearch Property

    Gets or sets whether to enable case sensitive search.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraGrid.v25.1.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