Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V19.2
  • RepositoryItemSearchLookUpEdit.SelectFirstRowOnEnterKey Property

    Gets or sets whether the first found item in the drop-down list is selected when the user presses the Enter key.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraGrid.v19.2.dll

    NuGet Package: DevExpress.Win.Grid

    Declaration

    [DXCategory("Behavior")]
    [DefaultValue(DefaultBoolean.Default)]
    public DefaultBoolean SelectFirstRowOnEnterKey { get; set; }

    Property Value

    Type Default Description
    DefaultBoolean Default

    True, if the first found item in the drop-down list is selected when the user presses the Enter key; otherwise, Deault or False.

    Available values:

    Name Description
    True

    Corresponds to a Boolean value of true.

    False

    Corresponds to a Boolean value of false.

    Default

    The value is determined by the current object’s parent object setting (e.g., a control setting).

    Remarks

    The user can enter a search request in the editor. When the search is finished, the editor displays the search results in the drop-down list.

    The SelectFirstRowOnEnterKey property specifies whether the user can press the Enter key to select the first found item.

    See Also