GridSearchBehaviorSearchColumnNames Property

Specifies the MappingName of the columns that will be used as search fields. By default, the visible columns of the grid control are used

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public List<string> SearchColumnNames { get; set; }

Property Value

ListString

See Also