public class GridSearchBehavior : Behavior<SfGridBase>Public Class GridSearchBehavior
Inherits Behavior(Of SfGridBase)| GridSearchBehavior | Constructor class. |
| IsSearchOpen | Gets or sets a value indicating whether the search window is currently open. |
| SearchColumnNames | Specifies the MappingName of the columns that will be used as search fields. By default, the visible columns of the grid control are used |
| WindowOwner | Gets or sets the container window of the Grid control. |
| CloseSearch | Close the search window. |
| ShowSearch | Displays the search window. |
| FieldsProperty | Identifies the dependency property SearchColumnNames. |
| IsSearchOpenProperty | Identifies the dependency property IsSearchOpen. |
| WindowOwnerProperty | Identifies the dependency property WindowOwner. |
| GetAttributeFromT |
Get attribute from a class.
(Defined by ObjectExtensions) |
| ValidateDataAnnotations |
Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions) |