QueryIsSearchColumnEventArgs Properties
Contains data for the SearchControl.QueryIsSearchColumn and RepositoryItemSearchControl.QueryIsSearchColumn events.Name | Description |
---|---|
Caption | Gets the processed column’s caption. |
DataType | Gets the processed field’s data type. |
FieldName | Gets the processed field’s name. |
IsSearchColumn | Gets or sets whether to search in the processed column. |
See Also