Back to Devexpress

QueryIsSearchColumnEventArgs.IsSearchColumn Property

windowsforms-devexpress-dot-xtraeditors-dot-queryissearchcolumneventargs-3ccbfa21.md

latest1.2 KB
Original Source

QueryIsSearchColumnEventArgs.IsSearchColumn Property

Gets or sets whether to search in the processed column.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public bool IsSearchColumn { get; set; }
vb
Public Property IsSearchColumn As Boolean

Property Value

TypeDescription
Boolean

true to search in the processed column; otherwise, false.

|

See Also

QueryIsSearchColumnEventArgs Class

QueryIsSearchColumnEventArgs Members

DevExpress.XtraEditors Namespace