GridSearchBehavior Class

Behavior class for fetching data in SfDataGrid and SfTreeGrid controls.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class GridSearchBehavior : Behavior<SfGridBase>
Inheritance
Object    DispatcherObject    DependencyObject    Freezable    Animatable    Behavior    BehaviorSfGridBase    GridSearchBehavior

Constructors

GridSearchBehavior Constructor class.

Properties

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.

Methods

CloseSearch Close the search window.
ShowSearch Displays the search window.

Fields

FieldsProperty Identifies the dependency property SearchColumnNames.
IsSearchOpenProperty Identifies the dependency property IsSearchOpen.
WindowOwnerProperty Identifies the dependency property WindowOwner.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also