Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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