Skip to main content
Tag

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.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.Core.dll

#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. The default is true.

See Also