ColumnBase.AllowSearchPanel Property
In This Article
Gets or sets whether the column data is taken into account when searching via the Search Panel. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll
#Declaration
[CloneDetailMode(CloneDetailMode.Skip)]
public DefaultBoolean AllowSearchPanel { get; set; }
#Property Value
Type | Description |
---|---|
Default |
true, to use the column's data when searching via the search panel; otherwise, false. The default is true. |
See Also