Skip to main content

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.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

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