Back to Devexpress

PivotGridOptionsFilterPopup.AllowIncrementalSearch Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilterpopup-fe78778a.md

latest2.1 KB
Original Source

PivotGridOptionsFilterPopup.AllowIncrementalSearch Property

Gets or sets whether the incremental searching feature is enabled, allowing an end-user to locate an item in the dropdown by typing the item’s initial characters.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowIncrementalSearch { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AllowIncrementalSearch As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the incremental searching feature is enabled; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowIncrementalSearch
PivotGridControl

.OptionsFilterPopup .AllowIncrementalSearch

|

Remarks

End-users can enable or disable the incremental searching feature via the toolbar button.

See Also

PivotGridOptionsFilterPopup Class

PivotGridOptionsFilterPopup Members

DevExpress.XtraPivotGrid Namespace