ColumnBase.AllowSearchPanel Property
Gets or sets whether the column data is taken into account when searching via the Search Panel. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Grid
Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
public DefaultBoolean AllowSearchPanel { get; set; }
Property Value
| Type | Description |
|---|---|
| DefaultBoolean | true to use the column’s data when searching via the search panel; otherwise, false. |
Available values:
| Name | Description |
|---|---|
| True | Corresponds to a Boolean value of true. |
| False | Corresponds to a Boolean value of false. |
| Default | The value is determined by a control’s current setting. The default value is automatically set for a control if an end-user doesn’t specify a value. |
See Also