Back to Devexpress

ColumnViewOptionsFind.AllowFindInExpandedDetails Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-columnviewoptionsfind-1407b796.md

latest3.3 KB
Original Source

ColumnViewOptionsFind.AllowFindInExpandedDetails Property

Gets or sets whether to search data in expanded detail views.

Namespace : DevExpress.XtraGrid.Views.Base

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty]
public virtual DefaultBoolean AllowFindInExpandedDetails { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
<XtraSerializableProperty>
Public Overridable Property AllowFindInExpandedDetails As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

true to search data in expanded detail views; otherwise, false.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowFindInExpandedDetails
ColumnView

.OptionsFind .AllowFindInExpandedDetails

|

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.

See Also

ColumnViewOptionsFind Class

ColumnViewOptionsFind Members

DevExpress.XtraGrid.Views.Base Namespace