ColumnViewOptionsFind.AllowFindInExpandedDetails Property
Gets or sets whether to search data in expanded detail views.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean AllowFindInExpandedDetails { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DefaultBoolean | Default |
|
Available values:
Name | Description | Return Value |
---|---|---|
True | The value is true. |
|
False | The value is false. |
|
Default | The value is specified by a global option or a higher-level object. |
|
Property Paths
You can access this nested property as listed below:
Object Type | Path to AllowFindInExpandedDetails |
---|---|
ColumnView |
|
Remarks
If the AllowFindInExpandedDetails
property is set to Default
, the property value is inherited from the parent view. You can set this property to false
for a detail view to exclude its children from search operations.
Usage Notes
In Filter mode, the Data Grid does not hide empty detail views. Views that do not contain records that match the search string display the “No search results.“ text:
In Search mode, result count, navigation between results, and scrollbar annotations are supported for the master view only.