GridControl.IsAttachedToSearchControl Property
In This Article
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
#Property Value
Type | Description |
---|---|
Boolean | true if the Grid |
#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