Back to Devexpress

QueryIsSearchColumnEventArgs.DataType Property

windowsforms-devexpress-dot-xtraeditors-dot-queryissearchcolumneventargs-5982e34a.md

latest1.1 KB
Original Source

QueryIsSearchColumnEventArgs.DataType Property

Gets the processed field’s data type.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual Type DataType { get; }
vb
Public Overridable ReadOnly Property DataType As Type

Property Value

TypeDescription
Type

An object that specifies the type of data.

|

See Also

QueryIsSearchColumnEventArgs Class

QueryIsSearchColumnEventArgs Members

DevExpress.XtraEditors Namespace