namespace Kreta.Web.Helpers.Grid { public class ExportColumn { public string Field { get; set; } public string Title { get; set; } } }