@Html.DevExpress().Button(bs =>
{
bs.Name = "btnSubmit";
bs.Text = "Submit";
bs.UseSubmitBehavior = true;
bs.Images.Image.Url = "~/Content/Icons/icons8-save-26.png";
}).GetHtml()}
This is my Razor code. And any tips on how to add two code blocks on here I would appreciate it. I was able to add the Razor. But couldnt figure out to add another.