Interface IFilterable
- Namespace
- Dynamicweb.CoreUI.Data.Filtering
- Assembly
- Dynamicweb.CoreUI.dll
public interface IFilterable
Properties
Filter
string? Filter { get; set; }
Property Value
Search
string Search { get; set; }
public interface IFilterable
string? Filter { get; set; }
string Search { get; set; }