public static string NullText(this ASPxTextEdit source)
 {
     return(source._Properties()._NullTextInternal());
 }
 public static void NullText(this ASPxTextEdit source, string value)
 {
     source._Properties()._NullTextInternal(value);
 }