Skip to main content
A newer version of this page is available. .

GridFindPanelLocation Enum

Enumerates values that specify whether the find panel is embedded into the group panel or displayed in a separate panel.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public enum GridFindPanelLocation

Members

Name Description
Default

The default location depends on the Version Compatibility setting. Since version 19.2, the find panel is embedded into the group panel.

GroupPanel

The find panel is embedded into the group panel. This mode is only available if the GridView.OptionsView.ShowGroupPanel option is enabled.

Panel

The find panel is displayed in a separate panel.

Related API Members

The following properties accept/return GridFindPanelLocation values:

Remarks

The GridFindPanelLocation type is used to specify the GridView.OptionsFind.FindPanelLocation property.

See Also