Try your search with a different keyword or use * as a wildcard.
namespace Nop.Web.Framework.Models.DataTables;
public static partial class NopColumnClassDefaults
{
///
/// Head and body content will be at center
///
public static string CenterAll => "text-center";
///
/// Parent-child control element
///
public static string ChildControl => "child-control";
///
/// Column contains button
///
public static string Button => "button-column";
}