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

    Gets or sets whether to enable case sensitive search.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraGrid.v26.1.dll

    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