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

GridControl.IsAttachedToSearchControl Property

Gets whether the GridControl is attached to a SearchControl, which performs data searching through grid data.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

[Browsable(false)]
public bool IsAttachedToSearchControl { get; }

Property Value

Type Description
Boolean

true, if the GridControl is attached to a SearchControl; otherwise, false.

Remarks

The GridControl supports data searching using the built-in Find Panel. However, instead of using the Find Panel, you can allow end-users to search through the grid using a standalone SearchControl. When the GridControl is attached to a SearchControl via the SearchControl.Client property, the built-in Find Panel is never displayed.

See Also