Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Framework.Models.DataTables; /// /// Represents type editing of column /// public enum EditType { Number = 1, Checkbox = 2, String = 3 }