Class CommonHelper
Inheritance
System.Object
CommonHelper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Html
Assembly: Telerik.WebAii.Controls.Html.dll
Syntax
public static class CommonHelper
Methods
GenArray(Int32)
Declaration
public static int[] GenArray(int count)
Parameters
System.Int32
count
|
Returns
System.Int32[]
|
GetControl(Element)
Declaration
public static HtmlControl GetControl(Element element)
Parameters
Element
element
|
Returns
HtmlControl
|
GetControlType(Element)
Declaration
public static Type GetControlType(Element element)
Parameters
Element
element
|
Returns
System.Type
|
GetInputControl(Element)
Declaration
public static HtmlInputControl GetInputControl(Element element)
Parameters
Element
element
|
Returns
HtmlInputControl
|
GetInputControlType(Element)
Declaration
public static Type GetInputControlType(Element element)
Parameters
Element
element
|
Returns
System.Type
|
RemoveWhiteSpaces(String)
Declaration
public static string RemoveWhiteSpaces(string stringToModify)
Parameters
System.String
stringToModify
|
Returns
System.String
|