ColumnBase.AllowSearchPanel Property
In This Article
Gets or sets whether the column’s values are taken into account when users search data. This is a dependency property.
Namespace: DevExpress.WinUI.Grid
Assembly: DevExpress.WinUI.Grid.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[DP(null, Handler = "OnAllowSearchPanelChanged")]
public bool? AllowSearchPanel { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Boolean> | true to use the column’s values when users search data; otherwise, false. |
#Remarks
For more information, refer to the following help topic: Search Data.
See Also