public override ToolItem GenerateToolBarItem(Generator generator, ToolBarTextAlign textAlign) { var tbb = new SeparatorToolItem(generator) { Type = ToolBarType }; if (!string.IsNullOrEmpty (ToolBarItemStyle)) tbb.Style = ToolBarItemStyle; return tbb; }
public override ToolItem GenerateToolBarItem(Generator generator, ToolBarTextAlign textAlign) { var tbb = new SeparatorToolItem(generator) { Type = ToolBarType }; if (!string.IsNullOrEmpty(ToolBarItemStyle)) { tbb.Style = ToolBarItemStyle; } return(tbb); }