Artech.UC.gxui.Helpers.WebForm.BeginTabBody C# (CSharp) Method

BeginTabBody() public static method

public static BeginTabBody ( int tabIndex ) : string
tabIndex int
return string
		public static string BeginTabBody(int tabIndex)
		{
			return String.Format("<container containerId=\"{0}\">", String.Format(k_tabPanelContainerIdFormat, tabIndex + 1));
		}