Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

EditType.cs

namespace Nop.Web.Framework.Models.DataTables;

/// 
/// Represents type editing of column
/// 
public enum EditType
{
    Number = 1,
    Checkbox = 2,
    String = 3
}