Interface ISearchController
Assembly: LemonEdge.ClientCore.dll
Syntax
public interface ISearchController : IModelViewController
Properties
SearchColumns
Declaration
IEnumerable<string> SearchColumns { get; }
Property Value
SearchElements
Declaration
IEnumerable<(string Name, string GroupKey, string FilterName, bool Visible)> SearchElements { get; }
Property Value
SearchGroups
Declaration
IEnumerable<GridColumnGroup> SearchGroups { get; }
Property Value
Methods
SetSearch(string, IEnumerable<string>)
Declaration
void SetSearch(string search, IEnumerable<string> columns)
Parameters
ToggleSearch(bool)
Declaration
void ToggleSearch(bool visible)
Parameters
Type |
Name |
Description |
bool |
visible |
|
Extension Methods